Description:"InternalID is the legacy numreric id for identity, this is deprecated and should be phased out",
Description:"InternalID is the legacy numeric id for identity, Deprecated: use the identityRef where possible",
Type:[]string{"integer"},
Format:"int64",
},
@ -188,7 +188,7 @@ func schema_pkg_apis_iam_v0alpha1_IdentityRef(ref common.ReferenceCallback) comm
Properties:map[string]spec.Schema{
"type":{
SchemaProps:spec.SchemaProps{
Description:"Type of identity e.g. \"user\". For a full list see https://github.com/grafana/authlib/blob/2f8d13a83ca3e82da08b53726de1697ee5b5b4cc/claims/type.go#L15-L24",
Description:"Type of identity e.g. \"user\". For a full list see https://github.com/grafana/authlib/blob/d6737a7dc8f55e9d42834adb83b5da607ceed293/types/type.go#L15",
Default:"",
Type:[]string{"string"},
Format:"",
@ -196,7 +196,7 @@ func schema_pkg_apis_iam_v0alpha1_IdentityRef(ref common.ReferenceCallback) comm
},
"name":{
SchemaProps:spec.SchemaProps{
Description:"Name is the unique identifier for identity, guaranteed jo be a unique value for the type within a namespace.",
Description:"Name is the unique identifier for identity, guaranteed to be a unique value for the type within a namespace.",
"description":"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type":"string"
},
"display":{
"description":"Matching items (the caller may need to remap from keys to results)",
"type":"array",
"items":{
"type":"object",
"required":[
"identity",
"displayName"
],
"properties":{
"avatarURL":{
"description":"AvatarURL is the url where we can get the avatar for identity",
"type":"string"
},
"displayName":{
"description":"Display name for identity.",
"type":"string",
"default":""
},
"identity":{
"type":"object",
"required":[
"type",
"name"
],
"properties":{
"name":{
"description":"Name is the unique identifier for identity, guaranteed to be a unique value for the type within a namespace.",
"type":"string",
"default":""
},
"type":{
"description":"Type of identity e.g. \"user\". For a full list see https://github.com/grafana/authlib/blob/d6737a7dc8f55e9d42834adb83b5da607ceed293/types/type.go#L15",
"type":"string",
"default":""
}
}
},
"internalId":{
"description":"InternalID is the legacy numeric id for identity, Deprecated: use the identityRef where possible",
"type":"integer",
"format":"int64"
}
}
},
"x-kubernetes-list-type":"atomic"
},
"invalidKeys":{
"description":"Input keys that were not useable",
"type":"array",
"items":{
"type":"string",
"default":""
},
"x-kubernetes-list-type":"set"
},
"keys":{
"description":"Request keys used to lookup the display value",
"type":"array",
"items":{
"type":"string",
"default":""
},
"x-kubernetes-list-type":"set"
},
"kind":{
"description":"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"default":{}
}
}
}
}
}
}
},
"x-kubernetes-action":"connect",
"x-kubernetes-group-version-kind":{
"group":"iam.grafana.app",
"version":"v0alpha1",
"kind":"DisplayList"
}
},
"parameters":[
{
"name":"name",
"in":"path",
"description":"name of the DisplayList",
"required":true,
"schema":{
"type":"string",
"uniqueItems":true
}
},
{
"name":"namespace",
"in":"path",
"description":"object name and auth scope, such as for teams and projects",
"description":"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type":"string"
},
"display":{
"description":"Matching items (the caller may need to remap from keys to results)",
"description":"Request keys used to lookup the display value",
"type":"array",
"items":{
"type":"string",
"default":""
},
"x-kubernetes-list-type":"set"
},
"kind":{
"description":"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"description":"Name is the unique identifier for identity, guaranteed jo be a unique value for the type within a namespace.",
"description":"Name is the unique identifier for identity, guaranteed to be a unique value for the type within a namespace.",
"type":"string",
"default":""
},
"type":{
"description":"Type of identity e.g. \"user\". For a full list see https://github.com/grafana/authlib/blob/2f8d13a83ca3e82da08b53726de1697ee5b5b4cc/claims/type.go#L15-L24",
"description":"Type of identity e.g. \"user\". For a full list see https://github.com/grafana/authlib/blob/d6737a7dc8f55e9d42834adb83b5da607ceed293/types/type.go#L15",
"type":"string",
"default":""
}
@ -2977,7 +2957,7 @@
]
},
"internalId":{
"description":"InternalID is the legacy numreric id for identity, this is deprecated and should be phased out",
"description":"InternalID is the legacy numeric id for identity, Deprecated: use the identityRef where possible",