1. Packages
  2. Google Cloud Native
  3. API Docs
  4. identitytoolkit
  5. identitytoolkit/v2
  6. getTenant

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.identitytoolkit/v2.getTenant

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Get a tenant. Requires read permission on the Tenant resource.

Using getTenant

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getTenant(args: GetTenantArgs, opts?: InvokeOptions): Promise<GetTenantResult>
function getTenantOutput(args: GetTenantOutputArgs, opts?: InvokeOptions): Output<GetTenantResult>
Copy
def get_tenant(project: Optional[str] = None,
               tenant_id: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetTenantResult
def get_tenant_output(project: Optional[pulumi.Input[str]] = None,
               tenant_id: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetTenantResult]
Copy
func LookupTenant(ctx *Context, args *LookupTenantArgs, opts ...InvokeOption) (*LookupTenantResult, error)
func LookupTenantOutput(ctx *Context, args *LookupTenantOutputArgs, opts ...InvokeOption) LookupTenantResultOutput
Copy

> Note: This function is named LookupTenant in the Go SDK.

public static class GetTenant 
{
    public static Task<GetTenantResult> InvokeAsync(GetTenantArgs args, InvokeOptions? opts = null)
    public static Output<GetTenantResult> Invoke(GetTenantInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTenantResult> getTenant(GetTenantArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Copy
fn::invoke:
  function: google-native:identitytoolkit/v2:getTenant
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

TenantId This property is required. string
Project string
TenantId This property is required. string
Project string
tenantId This property is required. String
project String
tenantId This property is required. string
project string
tenant_id This property is required. str
project str
tenantId This property is required. String
project String

getTenant Result

The following output properties are available:

AllowPasswordSignup bool
Whether to allow email/password user authentication.
AutodeleteAnonymousUsers bool
Whether anonymous users will be auto-deleted after a period of 30 days.
Client Pulumi.GoogleNative.IdentityToolkit.V2.Outputs.GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfigResponse
Options related to how clients making requests on behalf of a project should be configured.
DisableAuth bool
Whether authentication is disabled for the tenant. If true, the users under the disabled tenant are not allowed to sign-in. Admins of the disabled tenant are not able to manage its users.
DisplayName string
Display name of the tenant.
EmailPrivacyConfig Pulumi.GoogleNative.IdentityToolkit.V2.Outputs.GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigResponse
Configuration for settings related to email privacy and public visibility.
EnableAnonymousUser bool
Whether to enable anonymous user authentication.
EnableEmailLinkSignin bool
Whether to enable email link user authentication.
HashConfig Pulumi.GoogleNative.IdentityToolkit.V2.Outputs.GoogleCloudIdentitytoolkitAdminV2HashConfigResponse
Hash config information of a tenant for display on Pantheon. This can only be displayed on Pantheon to avoid the sensitive information to get accidentally leaked. Only returned in GetTenant response to restrict reading of this information. Requires firebaseauth.configs.getHashConfig permission on the agent project for returning this field.
Inheritance Pulumi.GoogleNative.IdentityToolkit.V2.Outputs.GoogleCloudIdentitytoolkitAdminV2InheritanceResponse
Specify the settings that the tenant could inherit.
MfaConfig Pulumi.GoogleNative.IdentityToolkit.V2.Outputs.GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigResponse
The tenant-level configuration of MFA options.
Monitoring Pulumi.GoogleNative.IdentityToolkit.V2.Outputs.GoogleCloudIdentitytoolkitAdminV2MonitoringConfigResponse
Configuration related to monitoring project activity.
Name string
Resource name of a tenant. For example: "projects/{project-id}/tenants/{tenant-id}"
PasswordPolicyConfig Pulumi.GoogleNative.IdentityToolkit.V2.Outputs.GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigResponse
The tenant-level password policy config
RecaptchaConfig Pulumi.GoogleNative.IdentityToolkit.V2.Outputs.GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigResponse
The tenant-level reCAPTCHA config.
SmsRegionConfig Pulumi.GoogleNative.IdentityToolkit.V2.Outputs.GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigResponse
Configures which regions are enabled for SMS verification code sending.
TestPhoneNumbers Dictionary<string, string>
A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).
AllowPasswordSignup bool
Whether to allow email/password user authentication.
AutodeleteAnonymousUsers bool
Whether anonymous users will be auto-deleted after a period of 30 days.
Client GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfigResponse
Options related to how clients making requests on behalf of a project should be configured.
DisableAuth bool
Whether authentication is disabled for the tenant. If true, the users under the disabled tenant are not allowed to sign-in. Admins of the disabled tenant are not able to manage its users.
DisplayName string
Display name of the tenant.
EmailPrivacyConfig GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigResponse
Configuration for settings related to email privacy and public visibility.
EnableAnonymousUser bool
Whether to enable anonymous user authentication.
EnableEmailLinkSignin bool
Whether to enable email link user authentication.
HashConfig GoogleCloudIdentitytoolkitAdminV2HashConfigResponse
Hash config information of a tenant for display on Pantheon. This can only be displayed on Pantheon to avoid the sensitive information to get accidentally leaked. Only returned in GetTenant response to restrict reading of this information. Requires firebaseauth.configs.getHashConfig permission on the agent project for returning this field.
Inheritance GoogleCloudIdentitytoolkitAdminV2InheritanceResponse
Specify the settings that the tenant could inherit.
MfaConfig GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigResponse
The tenant-level configuration of MFA options.
Monitoring GoogleCloudIdentitytoolkitAdminV2MonitoringConfigResponse
Configuration related to monitoring project activity.
Name string
Resource name of a tenant. For example: "projects/{project-id}/tenants/{tenant-id}"
PasswordPolicyConfig GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigResponse
The tenant-level password policy config
RecaptchaConfig GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigResponse
The tenant-level reCAPTCHA config.
SmsRegionConfig GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigResponse
Configures which regions are enabled for SMS verification code sending.
TestPhoneNumbers map[string]string
A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).
allowPasswordSignup Boolean
Whether to allow email/password user authentication.
autodeleteAnonymousUsers Boolean
Whether anonymous users will be auto-deleted after a period of 30 days.
client GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfigResponse
Options related to how clients making requests on behalf of a project should be configured.
disableAuth Boolean
Whether authentication is disabled for the tenant. If true, the users under the disabled tenant are not allowed to sign-in. Admins of the disabled tenant are not able to manage its users.
displayName String
Display name of the tenant.
emailPrivacyConfig GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigResponse
Configuration for settings related to email privacy and public visibility.
enableAnonymousUser Boolean
Whether to enable anonymous user authentication.
enableEmailLinkSignin Boolean
Whether to enable email link user authentication.
hashConfig GoogleCloudIdentitytoolkitAdminV2HashConfigResponse
Hash config information of a tenant for display on Pantheon. This can only be displayed on Pantheon to avoid the sensitive information to get accidentally leaked. Only returned in GetTenant response to restrict reading of this information. Requires firebaseauth.configs.getHashConfig permission on the agent project for returning this field.
inheritance GoogleCloudIdentitytoolkitAdminV2InheritanceResponse
Specify the settings that the tenant could inherit.
mfaConfig GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigResponse
The tenant-level configuration of MFA options.
monitoring GoogleCloudIdentitytoolkitAdminV2MonitoringConfigResponse
Configuration related to monitoring project activity.
name String
Resource name of a tenant. For example: "projects/{project-id}/tenants/{tenant-id}"
passwordPolicyConfig GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigResponse
The tenant-level password policy config
recaptchaConfig GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigResponse
The tenant-level reCAPTCHA config.
smsRegionConfig GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigResponse
Configures which regions are enabled for SMS verification code sending.
testPhoneNumbers Map<String,String>
A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).
allowPasswordSignup boolean
Whether to allow email/password user authentication.
autodeleteAnonymousUsers boolean
Whether anonymous users will be auto-deleted after a period of 30 days.
client GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfigResponse
Options related to how clients making requests on behalf of a project should be configured.
disableAuth boolean
Whether authentication is disabled for the tenant. If true, the users under the disabled tenant are not allowed to sign-in. Admins of the disabled tenant are not able to manage its users.
displayName string
Display name of the tenant.
emailPrivacyConfig GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigResponse
Configuration for settings related to email privacy and public visibility.
enableAnonymousUser boolean
Whether to enable anonymous user authentication.
enableEmailLinkSignin boolean
Whether to enable email link user authentication.
hashConfig GoogleCloudIdentitytoolkitAdminV2HashConfigResponse
Hash config information of a tenant for display on Pantheon. This can only be displayed on Pantheon to avoid the sensitive information to get accidentally leaked. Only returned in GetTenant response to restrict reading of this information. Requires firebaseauth.configs.getHashConfig permission on the agent project for returning this field.
inheritance GoogleCloudIdentitytoolkitAdminV2InheritanceResponse
Specify the settings that the tenant could inherit.
mfaConfig GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigResponse
The tenant-level configuration of MFA options.
monitoring GoogleCloudIdentitytoolkitAdminV2MonitoringConfigResponse
Configuration related to monitoring project activity.
name string
Resource name of a tenant. For example: "projects/{project-id}/tenants/{tenant-id}"
passwordPolicyConfig GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigResponse
The tenant-level password policy config
recaptchaConfig GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigResponse
The tenant-level reCAPTCHA config.
smsRegionConfig GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigResponse
Configures which regions are enabled for SMS verification code sending.
testPhoneNumbers {[key: string]: string}
A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).
allow_password_signup bool
Whether to allow email/password user authentication.
autodelete_anonymous_users bool
Whether anonymous users will be auto-deleted after a period of 30 days.
client GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfigResponse
Options related to how clients making requests on behalf of a project should be configured.
disable_auth bool
Whether authentication is disabled for the tenant. If true, the users under the disabled tenant are not allowed to sign-in. Admins of the disabled tenant are not able to manage its users.
display_name str
Display name of the tenant.
email_privacy_config GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigResponse
Configuration for settings related to email privacy and public visibility.
enable_anonymous_user bool
Whether to enable anonymous user authentication.
enable_email_link_signin bool
Whether to enable email link user authentication.
hash_config GoogleCloudIdentitytoolkitAdminV2HashConfigResponse
Hash config information of a tenant for display on Pantheon. This can only be displayed on Pantheon to avoid the sensitive information to get accidentally leaked. Only returned in GetTenant response to restrict reading of this information. Requires firebaseauth.configs.getHashConfig permission on the agent project for returning this field.
inheritance GoogleCloudIdentitytoolkitAdminV2InheritanceResponse
Specify the settings that the tenant could inherit.
mfa_config GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigResponse
The tenant-level configuration of MFA options.
monitoring GoogleCloudIdentitytoolkitAdminV2MonitoringConfigResponse
Configuration related to monitoring project activity.
name str
Resource name of a tenant. For example: "projects/{project-id}/tenants/{tenant-id}"
password_policy_config GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigResponse
The tenant-level password policy config
recaptcha_config GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigResponse
The tenant-level reCAPTCHA config.
sms_region_config GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigResponse
Configures which regions are enabled for SMS verification code sending.
test_phone_numbers Mapping[str, str]
A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).
allowPasswordSignup Boolean
Whether to allow email/password user authentication.
autodeleteAnonymousUsers Boolean
Whether anonymous users will be auto-deleted after a period of 30 days.
client Property Map
Options related to how clients making requests on behalf of a project should be configured.
disableAuth Boolean
Whether authentication is disabled for the tenant. If true, the users under the disabled tenant are not allowed to sign-in. Admins of the disabled tenant are not able to manage its users.
displayName String
Display name of the tenant.
emailPrivacyConfig Property Map
Configuration for settings related to email privacy and public visibility.
enableAnonymousUser Boolean
Whether to enable anonymous user authentication.
enableEmailLinkSignin Boolean
Whether to enable email link user authentication.
hashConfig Property Map
Hash config information of a tenant for display on Pantheon. This can only be displayed on Pantheon to avoid the sensitive information to get accidentally leaked. Only returned in GetTenant response to restrict reading of this information. Requires firebaseauth.configs.getHashConfig permission on the agent project for returning this field.
inheritance Property Map
Specify the settings that the tenant could inherit.
mfaConfig Property Map
The tenant-level configuration of MFA options.
monitoring Property Map
Configuration related to monitoring project activity.
name String
Resource name of a tenant. For example: "projects/{project-id}/tenants/{tenant-id}"
passwordPolicyConfig Property Map
The tenant-level password policy config
recaptchaConfig Property Map
The tenant-level reCAPTCHA config.
smsRegionConfig Property Map
Configures which regions are enabled for SMS verification code sending.
testPhoneNumbers Map<String>
A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).

Supporting Types

GoogleCloudIdentitytoolkitAdminV2AllowByDefaultResponse

DisallowedRegions This property is required. List<string>
Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
DisallowedRegions This property is required. []string
Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
disallowedRegions This property is required. List<String>
Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
disallowedRegions This property is required. string[]
Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
disallowed_regions This property is required. Sequence[str]
Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
disallowedRegions This property is required. List<String>
Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json

GoogleCloudIdentitytoolkitAdminV2AllowlistOnlyResponse

AllowedRegions This property is required. List<string>
Two letter unicode region codes to allow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
AllowedRegions This property is required. []string
Two letter unicode region codes to allow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
allowedRegions This property is required. List<String>
Two letter unicode region codes to allow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
allowedRegions This property is required. string[]
Two letter unicode region codes to allow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
allowed_regions This property is required. Sequence[str]
Two letter unicode region codes to allow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
allowedRegions This property is required. List<String>
Two letter unicode region codes to allow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json

GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfigResponse

Permissions This property is required. Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2ClientPermissionsResponse
Configuration related to restricting a user's ability to affect their account.
Permissions This property is required. GoogleCloudIdentitytoolkitAdminV2ClientPermissionsResponse
Configuration related to restricting a user's ability to affect their account.
permissions This property is required. GoogleCloudIdentitytoolkitAdminV2ClientPermissionsResponse
Configuration related to restricting a user's ability to affect their account.
permissions This property is required. GoogleCloudIdentitytoolkitAdminV2ClientPermissionsResponse
Configuration related to restricting a user's ability to affect their account.
permissions This property is required. GoogleCloudIdentitytoolkitAdminV2ClientPermissionsResponse
Configuration related to restricting a user's ability to affect their account.
permissions This property is required. Property Map
Configuration related to restricting a user's ability to affect their account.

GoogleCloudIdentitytoolkitAdminV2ClientPermissionsResponse

DisabledUserDeletion This property is required. bool
When true, end users cannot delete their account on the associated project through any of our API methods
DisabledUserSignup This property is required. bool
When true, end users cannot sign up for a new account on the associated project through any of our API methods
DisabledUserDeletion This property is required. bool
When true, end users cannot delete their account on the associated project through any of our API methods
DisabledUserSignup This property is required. bool
When true, end users cannot sign up for a new account on the associated project through any of our API methods
disabledUserDeletion This property is required. Boolean
When true, end users cannot delete their account on the associated project through any of our API methods
disabledUserSignup This property is required. Boolean
When true, end users cannot sign up for a new account on the associated project through any of our API methods
disabledUserDeletion This property is required. boolean
When true, end users cannot delete their account on the associated project through any of our API methods
disabledUserSignup This property is required. boolean
When true, end users cannot sign up for a new account on the associated project through any of our API methods
disabled_user_deletion This property is required. bool
When true, end users cannot delete their account on the associated project through any of our API methods
disabled_user_signup This property is required. bool
When true, end users cannot sign up for a new account on the associated project through any of our API methods
disabledUserDeletion This property is required. Boolean
When true, end users cannot delete their account on the associated project through any of our API methods
disabledUserSignup This property is required. Boolean
When true, end users cannot sign up for a new account on the associated project through any of our API methods

GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsResponse

ContainsLowercaseCharacter This property is required. bool
The password must contain a lower case character.
ContainsNonAlphanumericCharacter This property is required. bool
The password must contain a non alpha numeric character.
ContainsNumericCharacter This property is required. bool
The password must contain a number.
ContainsUppercaseCharacter This property is required. bool
The password must contain an upper case character.
MaxPasswordLength This property is required. int
Maximum password length. No default max length
MinPasswordLength This property is required. int
Minimum password length. Range from 6 to 30
ContainsLowercaseCharacter This property is required. bool
The password must contain a lower case character.
ContainsNonAlphanumericCharacter This property is required. bool
The password must contain a non alpha numeric character.
ContainsNumericCharacter This property is required. bool
The password must contain a number.
ContainsUppercaseCharacter This property is required. bool
The password must contain an upper case character.
MaxPasswordLength This property is required. int
Maximum password length. No default max length
MinPasswordLength This property is required. int
Minimum password length. Range from 6 to 30
containsLowercaseCharacter This property is required. Boolean
The password must contain a lower case character.
containsNonAlphanumericCharacter This property is required. Boolean
The password must contain a non alpha numeric character.
containsNumericCharacter This property is required. Boolean
The password must contain a number.
containsUppercaseCharacter This property is required. Boolean
The password must contain an upper case character.
maxPasswordLength This property is required. Integer
Maximum password length. No default max length
minPasswordLength This property is required. Integer
Minimum password length. Range from 6 to 30
containsLowercaseCharacter This property is required. boolean
The password must contain a lower case character.
containsNonAlphanumericCharacter This property is required. boolean
The password must contain a non alpha numeric character.
containsNumericCharacter This property is required. boolean
The password must contain a number.
containsUppercaseCharacter This property is required. boolean
The password must contain an upper case character.
maxPasswordLength This property is required. number
Maximum password length. No default max length
minPasswordLength This property is required. number
Minimum password length. Range from 6 to 30
contains_lowercase_character This property is required. bool
The password must contain a lower case character.
contains_non_alphanumeric_character This property is required. bool
The password must contain a non alpha numeric character.
contains_numeric_character This property is required. bool
The password must contain a number.
contains_uppercase_character This property is required. bool
The password must contain an upper case character.
max_password_length This property is required. int
Maximum password length. No default max length
min_password_length This property is required. int
Minimum password length. Range from 6 to 30
containsLowercaseCharacter This property is required. Boolean
The password must contain a lower case character.
containsNonAlphanumericCharacter This property is required. Boolean
The password must contain a non alpha numeric character.
containsNumericCharacter This property is required. Boolean
The password must contain a number.
containsUppercaseCharacter This property is required. Boolean
The password must contain an upper case character.
maxPasswordLength This property is required. Number
Maximum password length. No default max length
minPasswordLength This property is required. Number
Minimum password length. Range from 6 to 30

GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigResponse

EnableImprovedEmailPrivacy This property is required. bool
Migrates the project to a state of improved email privacy. For example certain error codes are more generic to avoid giving away information on whether the account exists. In addition, this disables certain features that as a side-effect allow user enumeration. Enabling this toggle disables the fetchSignInMethodsForEmail functionality and changing the user's email to an unverified email. It is recommended to remove dependence on this functionality and enable this toggle to improve user privacy.
EnableImprovedEmailPrivacy This property is required. bool
Migrates the project to a state of improved email privacy. For example certain error codes are more generic to avoid giving away information on whether the account exists. In addition, this disables certain features that as a side-effect allow user enumeration. Enabling this toggle disables the fetchSignInMethodsForEmail functionality and changing the user's email to an unverified email. It is recommended to remove dependence on this functionality and enable this toggle to improve user privacy.
enableImprovedEmailPrivacy This property is required. Boolean
Migrates the project to a state of improved email privacy. For example certain error codes are more generic to avoid giving away information on whether the account exists. In addition, this disables certain features that as a side-effect allow user enumeration. Enabling this toggle disables the fetchSignInMethodsForEmail functionality and changing the user's email to an unverified email. It is recommended to remove dependence on this functionality and enable this toggle to improve user privacy.
enableImprovedEmailPrivacy This property is required. boolean
Migrates the project to a state of improved email privacy. For example certain error codes are more generic to avoid giving away information on whether the account exists. In addition, this disables certain features that as a side-effect allow user enumeration. Enabling this toggle disables the fetchSignInMethodsForEmail functionality and changing the user's email to an unverified email. It is recommended to remove dependence on this functionality and enable this toggle to improve user privacy.
enable_improved_email_privacy This property is required. bool
Migrates the project to a state of improved email privacy. For example certain error codes are more generic to avoid giving away information on whether the account exists. In addition, this disables certain features that as a side-effect allow user enumeration. Enabling this toggle disables the fetchSignInMethodsForEmail functionality and changing the user's email to an unverified email. It is recommended to remove dependence on this functionality and enable this toggle to improve user privacy.
enableImprovedEmailPrivacy This property is required. Boolean
Migrates the project to a state of improved email privacy. For example certain error codes are more generic to avoid giving away information on whether the account exists. In addition, this disables certain features that as a side-effect allow user enumeration. Enabling this toggle disables the fetchSignInMethodsForEmail functionality and changing the user's email to an unverified email. It is recommended to remove dependence on this functionality and enable this toggle to improve user privacy.

GoogleCloudIdentitytoolkitAdminV2HashConfigResponse

Algorithm This property is required. string
Different password hash algorithms used in Identity Toolkit.
MemoryCost This property is required. int
Memory cost for hash calculation. Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.
Rounds This property is required. int
How many rounds for hash calculation. Used by scrypt and other similar password derivation algorithms.
SaltSeparator This property is required. string
Non-printable character to be inserted between the salt and plain text password in base64.
SignerKey This property is required. string
Signer key in base64.
Algorithm This property is required. string
Different password hash algorithms used in Identity Toolkit.
MemoryCost This property is required. int
Memory cost for hash calculation. Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.
Rounds This property is required. int
How many rounds for hash calculation. Used by scrypt and other similar password derivation algorithms.
SaltSeparator This property is required. string
Non-printable character to be inserted between the salt and plain text password in base64.
SignerKey This property is required. string
Signer key in base64.
algorithm This property is required. String
Different password hash algorithms used in Identity Toolkit.
memoryCost This property is required. Integer
Memory cost for hash calculation. Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.
rounds This property is required. Integer
How many rounds for hash calculation. Used by scrypt and other similar password derivation algorithms.
saltSeparator This property is required. String
Non-printable character to be inserted between the salt and plain text password in base64.
signerKey This property is required. String
Signer key in base64.
algorithm This property is required. string
Different password hash algorithms used in Identity Toolkit.
memoryCost This property is required. number
Memory cost for hash calculation. Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.
rounds This property is required. number
How many rounds for hash calculation. Used by scrypt and other similar password derivation algorithms.
saltSeparator This property is required. string
Non-printable character to be inserted between the salt and plain text password in base64.
signerKey This property is required. string
Signer key in base64.
algorithm This property is required. str
Different password hash algorithms used in Identity Toolkit.
memory_cost This property is required. int
Memory cost for hash calculation. Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.
rounds This property is required. int
How many rounds for hash calculation. Used by scrypt and other similar password derivation algorithms.
salt_separator This property is required. str
Non-printable character to be inserted between the salt and plain text password in base64.
signer_key This property is required. str
Signer key in base64.
algorithm This property is required. String
Different password hash algorithms used in Identity Toolkit.
memoryCost This property is required. Number
Memory cost for hash calculation. Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.
rounds This property is required. Number
How many rounds for hash calculation. Used by scrypt and other similar password derivation algorithms.
saltSeparator This property is required. String
Non-printable character to be inserted between the salt and plain text password in base64.
signerKey This property is required. String
Signer key in base64.

GoogleCloudIdentitytoolkitAdminV2InheritanceResponse

EmailSendingConfig This property is required. bool
Whether to allow the tenant to inherit custom domains, email templates, and custom SMTP settings. If true, email sent from tenant will follow the project level email sending configurations. If false (by default), emails will go with the default settings with no customizations.
EmailSendingConfig This property is required. bool
Whether to allow the tenant to inherit custom domains, email templates, and custom SMTP settings. If true, email sent from tenant will follow the project level email sending configurations. If false (by default), emails will go with the default settings with no customizations.
emailSendingConfig This property is required. Boolean
Whether to allow the tenant to inherit custom domains, email templates, and custom SMTP settings. If true, email sent from tenant will follow the project level email sending configurations. If false (by default), emails will go with the default settings with no customizations.
emailSendingConfig This property is required. boolean
Whether to allow the tenant to inherit custom domains, email templates, and custom SMTP settings. If true, email sent from tenant will follow the project level email sending configurations. If false (by default), emails will go with the default settings with no customizations.
email_sending_config This property is required. bool
Whether to allow the tenant to inherit custom domains, email templates, and custom SMTP settings. If true, email sent from tenant will follow the project level email sending configurations. If false (by default), emails will go with the default settings with no customizations.
emailSendingConfig This property is required. Boolean
Whether to allow the tenant to inherit custom domains, email templates, and custom SMTP settings. If true, email sent from tenant will follow the project level email sending configurations. If false (by default), emails will go with the default settings with no customizations.

GoogleCloudIdentitytoolkitAdminV2MonitoringConfigResponse

RequestLogging This property is required. Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2RequestLoggingResponse
Configuration for logging requests made to this project to Stackdriver Logging
RequestLogging This property is required. GoogleCloudIdentitytoolkitAdminV2RequestLoggingResponse
Configuration for logging requests made to this project to Stackdriver Logging
requestLogging This property is required. GoogleCloudIdentitytoolkitAdminV2RequestLoggingResponse
Configuration for logging requests made to this project to Stackdriver Logging
requestLogging This property is required. GoogleCloudIdentitytoolkitAdminV2RequestLoggingResponse
Configuration for logging requests made to this project to Stackdriver Logging
request_logging This property is required. GoogleCloudIdentitytoolkitAdminV2RequestLoggingResponse
Configuration for logging requests made to this project to Stackdriver Logging
requestLogging This property is required. Property Map
Configuration for logging requests made to this project to Stackdriver Logging

GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigResponse

EnabledProviders This property is required. List<string>
A list of usable second factors for this project.
ProviderConfigs This property is required. List<Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2ProviderConfigResponse>
A list of usable second factors for this project along with their configurations. This field does not support phone based MFA, for that use the 'enabled_providers' field.
State This property is required. string
Whether MultiFactor Authentication has been enabled for this project.
EnabledProviders This property is required. []string
A list of usable second factors for this project.
ProviderConfigs This property is required. []GoogleCloudIdentitytoolkitAdminV2ProviderConfigResponse
A list of usable second factors for this project along with their configurations. This field does not support phone based MFA, for that use the 'enabled_providers' field.
State This property is required. string
Whether MultiFactor Authentication has been enabled for this project.
enabledProviders This property is required. List<String>
A list of usable second factors for this project.
providerConfigs This property is required. List<GoogleCloudIdentitytoolkitAdminV2ProviderConfigResponse>
A list of usable second factors for this project along with their configurations. This field does not support phone based MFA, for that use the 'enabled_providers' field.
state This property is required. String
Whether MultiFactor Authentication has been enabled for this project.
enabledProviders This property is required. string[]
A list of usable second factors for this project.
providerConfigs This property is required. GoogleCloudIdentitytoolkitAdminV2ProviderConfigResponse[]
A list of usable second factors for this project along with their configurations. This field does not support phone based MFA, for that use the 'enabled_providers' field.
state This property is required. string
Whether MultiFactor Authentication has been enabled for this project.
enabled_providers This property is required. Sequence[str]
A list of usable second factors for this project.
provider_configs This property is required. Sequence[GoogleCloudIdentitytoolkitAdminV2ProviderConfigResponse]
A list of usable second factors for this project along with their configurations. This field does not support phone based MFA, for that use the 'enabled_providers' field.
state This property is required. str
Whether MultiFactor Authentication has been enabled for this project.
enabledProviders This property is required. List<String>
A list of usable second factors for this project.
providerConfigs This property is required. List<Property Map>
A list of usable second factors for this project along with their configurations. This field does not support phone based MFA, for that use the 'enabled_providers' field.
state This property is required. String
Whether MultiFactor Authentication has been enabled for this project.

GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigResponse

ForceUpgradeOnSignin This property is required. bool
Users must have a password compliant with the password policy to sign-in.
LastUpdateTime This property is required. string
The last time the password policy on the project was updated.
PasswordPolicyEnforcementState This property is required. string
Which enforcement mode to use for the password policy.
PasswordPolicyVersions This property is required. List<Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersionResponse>
Must be of length 1. Contains the strength attributes for the password policy.
ForceUpgradeOnSignin This property is required. bool
Users must have a password compliant with the password policy to sign-in.
LastUpdateTime This property is required. string
The last time the password policy on the project was updated.
PasswordPolicyEnforcementState This property is required. string
Which enforcement mode to use for the password policy.
PasswordPolicyVersions This property is required. []GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersionResponse
Must be of length 1. Contains the strength attributes for the password policy.
forceUpgradeOnSignin This property is required. Boolean
Users must have a password compliant with the password policy to sign-in.
lastUpdateTime This property is required. String
The last time the password policy on the project was updated.
passwordPolicyEnforcementState This property is required. String
Which enforcement mode to use for the password policy.
passwordPolicyVersions This property is required. List<GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersionResponse>
Must be of length 1. Contains the strength attributes for the password policy.
forceUpgradeOnSignin This property is required. boolean
Users must have a password compliant with the password policy to sign-in.
lastUpdateTime This property is required. string
The last time the password policy on the project was updated.
passwordPolicyEnforcementState This property is required. string
Which enforcement mode to use for the password policy.
passwordPolicyVersions This property is required. GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersionResponse[]
Must be of length 1. Contains the strength attributes for the password policy.
force_upgrade_on_signin This property is required. bool
Users must have a password compliant with the password policy to sign-in.
last_update_time This property is required. str
The last time the password policy on the project was updated.
password_policy_enforcement_state This property is required. str
Which enforcement mode to use for the password policy.
password_policy_versions This property is required. Sequence[GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersionResponse]
Must be of length 1. Contains the strength attributes for the password policy.
forceUpgradeOnSignin This property is required. Boolean
Users must have a password compliant with the password policy to sign-in.
lastUpdateTime This property is required. String
The last time the password policy on the project was updated.
passwordPolicyEnforcementState This property is required. String
Which enforcement mode to use for the password policy.
passwordPolicyVersions This property is required. List<Property Map>
Must be of length 1. Contains the strength attributes for the password policy.

GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersionResponse

CustomStrengthOptions This property is required. Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsResponse
The custom strength options enforced by the password policy.
SchemaVersion This property is required. int
schema version number for the password policy
CustomStrengthOptions This property is required. GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsResponse
The custom strength options enforced by the password policy.
SchemaVersion This property is required. int
schema version number for the password policy
customStrengthOptions This property is required. GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsResponse
The custom strength options enforced by the password policy.
schemaVersion This property is required. Integer
schema version number for the password policy
customStrengthOptions This property is required. GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsResponse
The custom strength options enforced by the password policy.
schemaVersion This property is required. number
schema version number for the password policy
custom_strength_options This property is required. GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsResponse
The custom strength options enforced by the password policy.
schema_version This property is required. int
schema version number for the password policy
customStrengthOptions This property is required. Property Map
The custom strength options enforced by the password policy.
schemaVersion This property is required. Number
schema version number for the password policy

GoogleCloudIdentitytoolkitAdminV2ProviderConfigResponse

State This property is required. string
Describes the state of the MultiFactor Authentication type.
TotpProviderConfig This property is required. Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfigResponse
TOTP MFA provider config for this project.
State This property is required. string
Describes the state of the MultiFactor Authentication type.
TotpProviderConfig This property is required. GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfigResponse
TOTP MFA provider config for this project.
state This property is required. String
Describes the state of the MultiFactor Authentication type.
totpProviderConfig This property is required. GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfigResponse
TOTP MFA provider config for this project.
state This property is required. string
Describes the state of the MultiFactor Authentication type.
totpProviderConfig This property is required. GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfigResponse
TOTP MFA provider config for this project.
state This property is required. str
Describes the state of the MultiFactor Authentication type.
totp_provider_config This property is required. GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfigResponse
TOTP MFA provider config for this project.
state This property is required. String
Describes the state of the MultiFactor Authentication type.
totpProviderConfig This property is required. Property Map
TOTP MFA provider config for this project.

GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigResponse

EmailPasswordEnforcementState This property is required. string
The reCAPTCHA config for email/password provider, containing the enforcement status. The email/password provider contains all related user flows protected by reCAPTCHA.
ManagedRules This property is required. List<Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRuleResponse>
The managed rules for authentication action based on reCAPTCHA scores. The rules are shared across providers for a given tenant project.
RecaptchaKeys This property is required. List<Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2RecaptchaKeyResponse>
The reCAPTCHA keys.
UseAccountDefender This property is required. bool
Whether to use the account defender for reCAPTCHA assessment. Defaults to false.
EmailPasswordEnforcementState This property is required. string
The reCAPTCHA config for email/password provider, containing the enforcement status. The email/password provider contains all related user flows protected by reCAPTCHA.
ManagedRules This property is required. []GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRuleResponse
The managed rules for authentication action based on reCAPTCHA scores. The rules are shared across providers for a given tenant project.
RecaptchaKeys This property is required. []GoogleCloudIdentitytoolkitAdminV2RecaptchaKeyResponse
The reCAPTCHA keys.
UseAccountDefender This property is required. bool
Whether to use the account defender for reCAPTCHA assessment. Defaults to false.
emailPasswordEnforcementState This property is required. String
The reCAPTCHA config for email/password provider, containing the enforcement status. The email/password provider contains all related user flows protected by reCAPTCHA.
managedRules This property is required. List<GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRuleResponse>
The managed rules for authentication action based on reCAPTCHA scores. The rules are shared across providers for a given tenant project.
recaptchaKeys This property is required. List<GoogleCloudIdentitytoolkitAdminV2RecaptchaKeyResponse>
The reCAPTCHA keys.
useAccountDefender This property is required. Boolean
Whether to use the account defender for reCAPTCHA assessment. Defaults to false.
emailPasswordEnforcementState This property is required. string
The reCAPTCHA config for email/password provider, containing the enforcement status. The email/password provider contains all related user flows protected by reCAPTCHA.
managedRules This property is required. GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRuleResponse[]
The managed rules for authentication action based on reCAPTCHA scores. The rules are shared across providers for a given tenant project.
recaptchaKeys This property is required. GoogleCloudIdentitytoolkitAdminV2RecaptchaKeyResponse[]
The reCAPTCHA keys.
useAccountDefender This property is required. boolean
Whether to use the account defender for reCAPTCHA assessment. Defaults to false.
email_password_enforcement_state This property is required. str
The reCAPTCHA config for email/password provider, containing the enforcement status. The email/password provider contains all related user flows protected by reCAPTCHA.
managed_rules This property is required. Sequence[GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRuleResponse]
The managed rules for authentication action based on reCAPTCHA scores. The rules are shared across providers for a given tenant project.
recaptcha_keys This property is required. Sequence[GoogleCloudIdentitytoolkitAdminV2RecaptchaKeyResponse]
The reCAPTCHA keys.
use_account_defender This property is required. bool
Whether to use the account defender for reCAPTCHA assessment. Defaults to false.
emailPasswordEnforcementState This property is required. String
The reCAPTCHA config for email/password provider, containing the enforcement status. The email/password provider contains all related user flows protected by reCAPTCHA.
managedRules This property is required. List<Property Map>
The managed rules for authentication action based on reCAPTCHA scores. The rules are shared across providers for a given tenant project.
recaptchaKeys This property is required. List<Property Map>
The reCAPTCHA keys.
useAccountDefender This property is required. Boolean
Whether to use the account defender for reCAPTCHA assessment. Defaults to false.

GoogleCloudIdentitytoolkitAdminV2RecaptchaKeyResponse

Key This property is required. string
The reCAPTCHA Enterprise key resource name, e.g. "projects/{project}/keys/{key}"
Type This property is required. string
The client's platform type.
Key This property is required. string
The reCAPTCHA Enterprise key resource name, e.g. "projects/{project}/keys/{key}"
Type This property is required. string
The client's platform type.
key This property is required. String
The reCAPTCHA Enterprise key resource name, e.g. "projects/{project}/keys/{key}"
type This property is required. String
The client's platform type.
key This property is required. string
The reCAPTCHA Enterprise key resource name, e.g. "projects/{project}/keys/{key}"
type This property is required. string
The client's platform type.
key This property is required. str
The reCAPTCHA Enterprise key resource name, e.g. "projects/{project}/keys/{key}"
type This property is required. str
The client's platform type.
key This property is required. String
The reCAPTCHA Enterprise key resource name, e.g. "projects/{project}/keys/{key}"
type This property is required. String
The client's platform type.

GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRuleResponse

Action This property is required. string
The action taken if the reCAPTCHA score of a request is within the interval [start_score, end_score].
EndScore This property is required. double
The end score (inclusive) of the score range for an action. Must be a value between 0.0 and 1.0, at 11 discrete values; e.g. 0, 0.1, 0.2, 0.3, ... 0.9, 1.0. A score of 0.0 indicates the riskiest request (likely a bot), whereas 1.0 indicates the safest request (likely a human). See https://cloud.google.com/recaptcha-enterprise/docs/interpret-assessment.
Action This property is required. string
The action taken if the reCAPTCHA score of a request is within the interval [start_score, end_score].
EndScore This property is required. float64
The end score (inclusive) of the score range for an action. Must be a value between 0.0 and 1.0, at 11 discrete values; e.g. 0, 0.1, 0.2, 0.3, ... 0.9, 1.0. A score of 0.0 indicates the riskiest request (likely a bot), whereas 1.0 indicates the safest request (likely a human). See https://cloud.google.com/recaptcha-enterprise/docs/interpret-assessment.
action This property is required. String
The action taken if the reCAPTCHA score of a request is within the interval [start_score, end_score].
endScore This property is required. Double
The end score (inclusive) of the score range for an action. Must be a value between 0.0 and 1.0, at 11 discrete values; e.g. 0, 0.1, 0.2, 0.3, ... 0.9, 1.0. A score of 0.0 indicates the riskiest request (likely a bot), whereas 1.0 indicates the safest request (likely a human). See https://cloud.google.com/recaptcha-enterprise/docs/interpret-assessment.
action This property is required. string
The action taken if the reCAPTCHA score of a request is within the interval [start_score, end_score].
endScore This property is required. number
The end score (inclusive) of the score range for an action. Must be a value between 0.0 and 1.0, at 11 discrete values; e.g. 0, 0.1, 0.2, 0.3, ... 0.9, 1.0. A score of 0.0 indicates the riskiest request (likely a bot), whereas 1.0 indicates the safest request (likely a human). See https://cloud.google.com/recaptcha-enterprise/docs/interpret-assessment.
action This property is required. str
The action taken if the reCAPTCHA score of a request is within the interval [start_score, end_score].
end_score This property is required. float
The end score (inclusive) of the score range for an action. Must be a value between 0.0 and 1.0, at 11 discrete values; e.g. 0, 0.1, 0.2, 0.3, ... 0.9, 1.0. A score of 0.0 indicates the riskiest request (likely a bot), whereas 1.0 indicates the safest request (likely a human). See https://cloud.google.com/recaptcha-enterprise/docs/interpret-assessment.
action This property is required. String
The action taken if the reCAPTCHA score of a request is within the interval [start_score, end_score].
endScore This property is required. Number
The end score (inclusive) of the score range for an action. Must be a value between 0.0 and 1.0, at 11 discrete values; e.g. 0, 0.1, 0.2, 0.3, ... 0.9, 1.0. A score of 0.0 indicates the riskiest request (likely a bot), whereas 1.0 indicates the safest request (likely a human). See https://cloud.google.com/recaptcha-enterprise/docs/interpret-assessment.

GoogleCloudIdentitytoolkitAdminV2RequestLoggingResponse

Enabled This property is required. bool
Whether logging is enabled for this project or not.
Enabled This property is required. bool
Whether logging is enabled for this project or not.
enabled This property is required. Boolean
Whether logging is enabled for this project or not.
enabled This property is required. boolean
Whether logging is enabled for this project or not.
enabled This property is required. bool
Whether logging is enabled for this project or not.
enabled This property is required. Boolean
Whether logging is enabled for this project or not.

GoogleCloudIdentitytoolkitAdminV2SmsRegionConfigResponse

AllowByDefault This property is required. Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2AllowByDefaultResponse
A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list.
AllowlistOnly This property is required. Pulumi.GoogleNative.IdentityToolkit.V2.Inputs.GoogleCloudIdentitytoolkitAdminV2AllowlistOnlyResponse
A policy of only allowing regions by explicitly adding them to an allowlist.
AllowByDefault This property is required. GoogleCloudIdentitytoolkitAdminV2AllowByDefaultResponse
A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list.
AllowlistOnly This property is required. GoogleCloudIdentitytoolkitAdminV2AllowlistOnlyResponse
A policy of only allowing regions by explicitly adding them to an allowlist.
allowByDefault This property is required. GoogleCloudIdentitytoolkitAdminV2AllowByDefaultResponse
A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list.
allowlistOnly This property is required. GoogleCloudIdentitytoolkitAdminV2AllowlistOnlyResponse
A policy of only allowing regions by explicitly adding them to an allowlist.
allowByDefault This property is required. GoogleCloudIdentitytoolkitAdminV2AllowByDefaultResponse
A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list.
allowlistOnly This property is required. GoogleCloudIdentitytoolkitAdminV2AllowlistOnlyResponse
A policy of only allowing regions by explicitly adding them to an allowlist.
allow_by_default This property is required. GoogleCloudIdentitytoolkitAdminV2AllowByDefaultResponse
A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list.
allowlist_only This property is required. GoogleCloudIdentitytoolkitAdminV2AllowlistOnlyResponse
A policy of only allowing regions by explicitly adding them to an allowlist.
allowByDefault This property is required. Property Map
A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list.
allowlistOnly This property is required. Property Map
A policy of only allowing regions by explicitly adding them to an allowlist.

GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfigResponse

AdjacentIntervals This property is required. int
The allowed number of adjacent intervals that will be used for verification to avoid clock skew.
AdjacentIntervals This property is required. int
The allowed number of adjacent intervals that will be used for verification to avoid clock skew.
adjacentIntervals This property is required. Integer
The allowed number of adjacent intervals that will be used for verification to avoid clock skew.
adjacentIntervals This property is required. number
The allowed number of adjacent intervals that will be used for verification to avoid clock skew.
adjacent_intervals This property is required. int
The allowed number of adjacent intervals that will be used for verification to avoid clock skew.
adjacentIntervals This property is required. Number
The allowed number of adjacent intervals that will be used for verification to avoid clock skew.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi