Class TenantArgs


  • public final class TenantArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TenantArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TenantArgs Empty  
    • Method Detail

      • allowPasswordSignup

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> allowPasswordSignup()
        Returns:
        Whether to allow email/password user authentication.
      • disableAuth

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> disableAuth()
        Returns:
        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

        public com.pulumi.core.Output<java.lang.String> displayName()
        Returns:
        Human friendly display name of the tenant. ***
      • enableEmailLinkSignin

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enableEmailLinkSignin()
        Returns:
        Whether to enable email link user authentication.
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.