AUTHENTICATION POLICY

Config path: /<database>/<schema>/authentication_policy/<name>.yaml

Example:

authentication_methods: [SAML, KEYPAIR]
mfa_authentication_methods: [SAML]
mfa_enrollment: REQUIRED
client_types: [SNOWFLAKE_UI, DRIVERS]
comment: "my custom policy"

Schema

  • authentication_methods (list)

    • {items} (str) - default [ALL]

  • mfa_authentication_methods (list)

    • {items} (str) - default [PASSWORD, SAML]

  • mfa_enrollment (str) - OPTIONAL or REQUIRED, default OPTIONAL

  • client_types (list)

    • {items} (str) - default [ALL]

  • security_integrations (list)

    • {items} (str) - default [ALL]

  • comment (str)

Last updated