GetZeroTrustAccessApplicationScimConfigAuthentication

data class GetZeroTrustAccessApplicationScimConfigAuthentication(val authorizationUrl: String, val clientId: String, val clientSecret: String, val password: String, val scheme: String, val scopes: List<String>, val token: String, val tokenUrl: String, val user: String)

Constructors

constructor(authorizationUrl: String, clientId: String, clientSecret: String, password: String, scheme: String, scopes: List<String>, token: String, tokenUrl: String, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL used to generate the auth code used during token generation.

Link copied to clipboard

Client ID used to authenticate when generating a token for authenticating with the remote SCIM service.

Link copied to clipboard

Secret used to authenticate when generating a token for authenticating with the remove SCIM service.

Link copied to clipboard

Password used to authenticate with the remote SCIM service.

Link copied to clipboard

The authentication scheme to use when making SCIM requests to this application. Available values: "httpbasic".

Link copied to clipboard

The authorization scopes to request when generating the token used to authenticate with the remove SCIM service.

Link copied to clipboard

Token used to authenticate with the remote SCIM service.

Link copied to clipboard

URL used to generate the token used to authenticate with the remote SCIM service.

Link copied to clipboard

User name used to authenticate with the remote SCIM service.