Linux Function App Auth Settings V2Custom Oidc V2
data class LinuxFunctionAppAuthSettingsV2CustomOidcV2(val authorisationEndpoint: String? = null, val certificationUri: String? = null, val clientCredentialMethod: String? = null, val clientId: String, val clientSecretSettingName: String? = null, val issuerEndpoint: String? = null, val name: String, val nameClaimType: String? = null, val openidConfigurationEndpoint: String, val scopes: List<String>? = null, val tokenEndpoint: String? = null)
Constructors
Link copied to clipboard
fun LinuxFunctionAppAuthSettingsV2CustomOidcV2(authorisationEndpoint: String? = null, certificationUri: String? = null, clientCredentialMethod: String? = null, clientId: String, clientSecretSettingName: String? = null, issuerEndpoint: String? = null, name: String, nameClaimType: String? = null, openidConfigurationEndpoint: String, scopes: List<String>? = null, tokenEndpoint: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The name which should be used for this Linux Function App. Changing this forces a new Linux Function App to be created. Limit the function name to 32 characters to avoid naming collisions. For more information about Function App naming rule and Host ID Collisions
Link copied to clipboard