Linux Function App Slot Auth Settings V2Active Directory V2
data class LinuxFunctionAppSlotAuthSettingsV2ActiveDirectoryV2(val allowedApplications: List<String>? = null, val allowedAudiences: List<String>? = null, val allowedGroups: List<String>? = null, val allowedIdentities: List<String>? = null, val clientId: String, val clientSecretCertificateThumbprint: String? = null, val clientSecretSettingName: String? = null, val jwtAllowedClientApplications: List<String>? = null, val jwtAllowedGroups: List<String>? = null, val loginParameters: Map<String, String>? = null, val tenantAuthEndpoint: String, val wwwAuthenticationDisabled: Boolean? = null)
Constructors
Link copied to clipboard
fun LinuxFunctionAppSlotAuthSettingsV2ActiveDirectoryV2(allowedApplications: List<String>? = null, allowedAudiences: List<String>? = null, allowedGroups: List<String>? = null, allowedIdentities: List<String>? = null, clientId: String, clientSecretCertificateThumbprint: String? = null, clientSecretSettingName: String? = null, jwtAllowedClientApplications: List<String>? = null, jwtAllowedGroups: List<String>? = null, loginParameters: Map<String, String>? = null, tenantAuthEndpoint: String, wwwAuthenticationDisabled: Boolean? = null)