KeycloakClientScope

v1

resource to define a Scope within a KeycloakClient


spec

Type: object

PropertyTypeRequired
definitionobject
isTemplateboolean
optionsobject
patchFromobject
realmRefstring

the KeycloakClientScope resource


spec.definition

Type: object

PropertyTypeRequired
attributesobject
descriptionstring
idstring
namestring
protocolstring
protocolMappers[]object

 

Validation RuleError Message
has(self.id) == has(oldSelf.id)Value is immutable

missing


spec.definition.attributes

Type: object

missing


spec.definition.description

Type: string

missing


spec.definition.id

Type: string

Validation RuleError Message
self == oldSelfValue is immutable

missing


spec.definition.name

Type: string

missing


spec.definition.protocol

Type: string

missing


spec.definition.protocolMappers[]

Type: object

PropertyTypeRequired
configobject
consentRequiredboolean
consentTextstring
idstring
namestring
protocolstring
protocolMapperstring

missing


spec.definition.protocolMappers[].config

Type: object

missing


spec.definition.protocolMappers[].consentRequired

Type: boolean

missing


spec.definition.protocolMappers[].consentText

Type: string

missing


spec.definition.protocolMappers[].id

Type: string

missing


spec.definition.protocolMappers[].name

Type: string

missing


spec.definition.protocolMappers[].protocol

Type: string

missing


spec.definition.protocolMappers[].protocolMapper

Type: string

missing


spec.isTemplate

Type: boolean

missing


spec.options

Type: object

Options for the request to the Keycloak Admin API.


spec.patchFrom

Type: object

Defines additional values that can be loaded from secrets or configmaps. Field selectors are not supported. For more informations see the patches documentation.


spec.realmRef

Type: string

the name of the kubernetes object that created the realm.


status

Type: object

PropertyTypeRequired
conditions[]object
messagestring
readyboolean
resourcePathstring
statusstring

missing


status.conditions[]

Type: object

PropertyTypeRequired
lastTransitionTimestring
lastUpdateTimestring
messagestring
reasonstring
statusstring
typestring

missing


status.conditions[].lastTransitionTime

Type: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.


status.conditions[].lastUpdateTime

Type: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.


status.conditions[].message

Type: string

missing


status.conditions[].reason

Type: string

missing


status.conditions[].status

Type: string

missing


status.conditions[].type

Type: string

missing


status.message

Type: string

missing


status.ready

Type: boolean

missing


status.resourcePath

Type: string

missing


status.status

Type: string

missing