AccessGroupIncludeOkta

data class AccessGroupIncludeOkta(val identityProviderId: String? = null, val names: List<String>? = null)

Constructors

Link copied to clipboard
constructor(identityProviderId: String? = null, names: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of your Okta identity provider.

Link copied to clipboard
val names: List<String>? = null

The name of the Okta Group.