Linux Function App Auth Settings Active Directory Args
data class LinuxFunctionAppAuthSettingsActiveDirectoryArgs(val allowedAudiences: Output<List<String>>? = null, val clientId: Output<String>, val clientSecret: Output<String>? = null, val clientSecretSettingName: Output<String>? = null) : ConvertibleToJava<LinuxFunctionAppAuthSettingsActiveDirectoryArgs>
Constructors
Properties
Link copied to clipboard
Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
Link copied to clipboard
The Client Secret for the Client ID. Cannot be used with client_secret_setting_name
.
Link copied to clipboard
The App Setting name that contains the client secret of the Client. Cannot be used with client_secret
.