Windows Function App Auth Settings V2Custom Oidc V2Args
data class WindowsFunctionAppAuthSettingsV2CustomOidcV2Args(val authorisationEndpoint: Output<String>? = null, val certificationUri: Output<String>? = null, val clientCredentialMethod: Output<String>? = null, val clientId: Output<String>, val clientSecretSettingName: Output<String>? = null, val issuerEndpoint: Output<String>? = null, val name: Output<String>, val nameClaimType: Output<String>? = null, val openidConfigurationEndpoint: Output<String>, val scopes: Output<List<String>>? = null, val tokenEndpoint: Output<String>? = null) : ConvertibleToJava<WindowsFunctionAppAuthSettingsV2CustomOidcV2Args>
Constructors
Link copied to clipboard
fun WindowsFunctionAppAuthSettingsV2CustomOidcV2Args(authorisationEndpoint: Output<String>? = null, certificationUri: Output<String>? = null, clientCredentialMethod: Output<String>? = null, clientId: Output<String>, clientSecretSettingName: Output<String>? = null, issuerEndpoint: Output<String>? = null, name: Output<String>, nameClaimType: Output<String>? = null, openidConfigurationEndpoint: Output<String>, scopes: Output<List<String>>? = null, tokenEndpoint: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The name which should be used for this Windows Function App. Changing this forces a new Windows 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