Access Identity Provider Config Args
data class AccessIdentityProviderConfigArgs(val apiToken: Output<String>? = null, val appsDomain: Output<String>? = null, val attributes: Output<List<String>>? = null, val authUrl: Output<String>? = null, val centrifyAccount: Output<String>? = null, val centrifyAppId: Output<String>? = null, val certsUrl: Output<String>? = null, val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val directoryId: Output<String>? = null, val emailAttributeName: Output<String>? = null, val idpPublicCert: Output<String>? = null, val issuerUrl: Output<String>? = null, val oktaAccount: Output<String>? = null, val oneloginAccount: Output<String>? = null, val pkceEnabled: Output<Boolean>? = null, val redirectUrl: Output<String>? = null, val signRequest: Output<Boolean>? = null, val ssoTargetUrl: Output<String>? = null, val supportGroups: Output<Boolean>? = null, val tokenUrl: Output<String>? = null) : ConvertibleToJava<AccessIdentityProviderConfigArgs>
Constructors
Link copied to clipboard
constructor(apiToken: Output<String>? = null, appsDomain: Output<String>? = null, attributes: Output<List<String>>? = null, authUrl: Output<String>? = null, centrifyAccount: Output<String>? = null, centrifyAppId: Output<String>? = null, certsUrl: Output<String>? = null, clientId: Output<String>? = null, clientSecret: Output<String>? = null, directoryId: Output<String>? = null, emailAttributeName: Output<String>? = null, idpPublicCert: Output<String>? = null, issuerUrl: Output<String>? = null, oktaAccount: Output<String>? = null, oneloginAccount: Output<String>? = null, pkceEnabled: Output<Boolean>? = null, redirectUrl: Output<String>? = null, signRequest: Output<Boolean>? = null, ssoTargetUrl: Output<String>? = null, supportGroups: Output<Boolean>? = null, tokenUrl: Output<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard