KeycloakScope
v1
resource to define a Scope within a KeyclaokClient
spec
Type: object
Property | Type | Required |
---|---|---|
clientRef | string | ✅ |
definition | object | ✅ |
options | object | |
patchFrom | object |
the KeycloakScope resource
spec.clientRef
Type: string
the name of the kubernetes object that created the client.
spec.definition
Type: object
Property | Type | Required |
---|---|---|
displayName | string | |
iconUri | string | |
id | string | |
name | string | |
policies[] | object | |
resources[] | object |
Validation Rule | Error Message |
---|---|
has(self.id) == has(oldSelf.id) | Value is immutable |
missing
spec.definition.displayName
Type: string
missing
spec.definition.iconUri
Type: string
missing
spec.definition.id
Type: string
Validation Rule | Error Message |
---|---|
self == oldSelf | Value is immutable |
missing
spec.definition.name
Type: string
missing
spec.definition.policies[]
Type: object
Property | Type | Required |
---|---|---|
config | object | |
decisionStrategy | string | |
description | string | |
id | string | |
logic | string | |
name | string | |
owner | string | |
policies[] | string | |
resources[] | string | |
resourcesData[] | object | |
scopes[] | string | |
type | string |
missing
spec.definition.policies[].config
Type: object
missing
spec.definition.policies[].decisionStrategy
Type: string
missing
spec.definition.policies[].description
Type: string
missing
spec.definition.policies[].id
Type: string
missing
spec.definition.policies[].logic
Type: string
missing
spec.definition.policies[].name
Type: string
missing
spec.definition.policies[].owner
Type: string
missing
spec.definition.policies[].policies[]
Type: string
missing
spec.definition.policies[].resources[]
Type: string
missing
spec.definition.policies[].resourcesData[]
Type: object
Property | Type | Required |
---|---|---|
_id | string | |
attributes | object | |
displayName | string | |
icon_uri | string | |
name | string | |
owner | object | |
ownerManagedAccess | boolean | |
type | string | |
uri | string | |
uris[] | string |
missing
spec.definition.policies[].resourcesData[]._id
Type: string
missing
spec.definition.policies[].resourcesData[].attributes
Type: object
missing
spec.definition.policies[].resourcesData[].displayName
Type: string
missing
spec.definition.policies[].resourcesData[].icon_uri
Type: string
missing
spec.definition.policies[].resourcesData[].name
Type: string
missing
spec.definition.policies[].resourcesData[].owner
Type: object
missing
spec.definition.policies[].resourcesData[].owner.id
Type: string
missing
spec.definition.policies[].resourcesData[].owner.name
Type: string
missing
spec.definition.policies[].resourcesData[].ownerManagedAccess
Type: boolean
missing
spec.definition.policies[].resourcesData[].type
Type: string
missing
spec.definition.policies[].resourcesData[].uri
Type: string
missing
spec.definition.policies[].resourcesData[].uris[]
Type: string
missing
spec.definition.policies[].scopes[]
Type: string
missing
spec.definition.policies[].type
Type: string
missing
spec.definition.resources[]
Type: object
Property | Type | Required |
---|---|---|
_id | string | |
attributes | object | |
displayName | string | |
icon_uri | string | |
name | string | |
owner | object | |
ownerManagedAccess | boolean | |
type | string | |
uri | string | |
uris[] | string |
missing
spec.definition.resources[]._id
Type: string
missing
spec.definition.resources[].attributes
Type: object
missing
spec.definition.resources[].displayName
Type: string
missing
spec.definition.resources[].icon_uri
Type: string
missing
spec.definition.resources[].name
Type: string
missing
spec.definition.resources[].owner
Type: object
missing
spec.definition.resources[].owner.id
Type: string
missing
spec.definition.resources[].owner.name
Type: string
missing
spec.definition.resources[].ownerManagedAccess
Type: boolean
missing
spec.definition.resources[].type
Type: string
missing
spec.definition.resources[].uri
Type: string
missing
spec.definition.resources[].uris[]
Type: string
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.
status
Type: object
Property | Type | Required |
---|---|---|
conditions[] | object | |
message | string | |
ready | boolean | ✅ |
resourcePath | string | |
status | string |
missing
status.conditions[]
Type: object
Property | Type | Required |
---|---|---|
lastTransitionTime | string | |
lastUpdateTime | string | |
message | string | |
reason | string | |
status | string | ✅ |
type | string | ✅ |
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