Teleport
TeleportOktaImportRule
- Edge version
- Version 17.x
- Version 16.x
- Version 15.x
- Older Versions
This guide is a comprehensive reference to the fields in the TeleportOktaImportRule
resource, which you can apply after installing the Teleport Kubernetes operator.
resources.teleport.dev/v1
apiVersion: resources.teleport.dev/v1
Field | Type | Description |
---|---|---|
apiVersion | string | 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 |
kind | string | 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 |
metadata | object | |
spec | object | OktaImportRule resource definition v1 from Teleport |
spec
Field | Type | Description |
---|---|---|
mappings | []object | Mappings is a list of matches that will map match conditions to labels. |
priority | integer | Priority represents the priority of the rule application. Lower numbered rules will be applied first. |
spec.mappings items
Field | Type | Description |
---|---|---|
add_labels | object | AddLabels specifies which labels to add if any of the previous matches match. |
match | []object | Match is a set of matching rules for this mapping. If any of these match, then the mapping will be applied. |
spec.mappings items.add_labels
Field | Type | Description |
---|---|---|
key | string | |
value | string |
spec.mappings items.match items
Field | Type | Description |
---|---|---|
app_ids | []string | AppIDs is a list of app IDs to match against. |
app_name_regexes | []string | AppNameRegexes is a list of regexes to match against app names. |
group_ids | []string | GroupIDs is a list of group IDs to match against. |
group_name_regexes | []string | GroupNameRegexes is a list of regexes to match against group names. |