Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetEntityResult(val aliasId: String, val aliasMountAccessor: String, val aliasName: String, val aliases: List<GetEntityAlias>, val creationTime: String, val dataJson: String, val directGroupIds: List<String>, val disabled: Boolean, val entityId: String, val entityName: String, val groupIds: List<String>, val id: String, val inheritedGroupIds: List<String>, val lastUpdateTime: String, val mergedEntityIds: List<String>, val metadata: Map<String, String>, val namespace: String? = null, val namespaceId: String, val policies: List<String>)
A collection of values returned by getEntity.
Link copied to clipboard
data class GetGroupResult(val aliasCanonicalId: String, val aliasCreationTime: String, val aliasId: String, val aliasLastUpdateTime: String, val aliasMergedFromCanonicalIds: List<String>, val aliasMetadata: Map<String, String>, val aliasMountAccessor: String, val aliasMountPath: String, val aliasMountType: String, val aliasName: String, val creationTime: String, val dataJson: String, val groupId: String, val groupName: String, val id: String, val lastUpdateTime: String, val memberEntityIds: List<String>, val memberGroupIds: List<String>, val metadata: Map<String, String>, val modifyIndex: Int, val namespace: String? = null, val namespaceId: String, val parentGroupIds: List<String>, val policies: List<String>, val type: String)
A collection of values returned by getGroup.
Link copied to clipboard
Link copied to clipboard
data class GetOidcOpenidConfigResult(val authorizationEndpoint: String, val grantTypesSupporteds: List<String>, val id: String, val idTokenSigningAlgValuesSupporteds: List<String>, val issuer: String, val jwksUri: String, val name: String, val namespace: String? = null, val requestUriParameterSupported: Boolean, val responseTypesSupporteds: List<String>, val scopesSupporteds: List<String>, val subjectTypesSupporteds: List<String>, val tokenEndpoint: String, val tokenEndpointAuthMethodsSupporteds: List<String>, val userinfoEndpoint: String)
A collection of values returned by getOidcOpenidConfig.
Link copied to clipboard