Service Authentication Configuration Args
data class ServiceAuthenticationConfigurationArgs(val audience: Output<String>? = null, val authority: Output<String>? = null, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceAuthenticationConfigurationArgs>
Constructors
Link copied to clipboard
fun ServiceAuthenticationConfigurationArgs(audience: Output<String>? = null, authority: Output<String>? = null, smartProxyEnabled: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
The Azure Active Directory (tenant) that serves as the authentication authority to access the service. The default authority is the Directory defined in the authentication scheme in use when running this provider. Authority must be registered to Azure AD and in the following format: https://{Azure-AD-endpoint}/{tenant-id}.