Get Windows Web App Auth Settings V2Active Directory V2
data class GetWindowsWebAppAuthSettingsV2ActiveDirectoryV2(val allowedApplications: List<String>, val allowedAudiences: List<String>, val allowedGroups: List<String>, val allowedIdentities: List<String>, val clientId: String, val clientSecretCertificateThumbprint: String, val clientSecretSettingName: String, val jwtAllowedClientApplications: List<String>, val jwtAllowedGroups: List<String>, val loginParameters: Map<String, String>, val tenantAuthEndpoint: String, val wwwAuthenticationDisabled: Boolean)
Constructors
Link copied to clipboard
fun GetWindowsWebAppAuthSettingsV2ActiveDirectoryV2(allowedApplications: List<String>, allowedAudiences: List<String>, allowedGroups: List<String>, allowedIdentities: List<String>, clientId: String, clientSecretCertificateThumbprint: String, clientSecretSettingName: String, jwtAllowedClientApplications: List<String>, jwtAllowedGroups: List<String>, loginParameters: Map<String, String>, tenantAuthEndpoint: String, wwwAuthenticationDisabled: Boolean)