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