InfoGrab Docs

teleport_okta_import_rule Terraform 리소스 참조

이 페이지는 Teleport Terraform 프로바이더의 teleport_okta_import_rule 리소스에서 지원되는 값을 설명합니다.

이 페이지는 Teleport Terraform 프로바이더의 teleport_okta_import_rule 리소스에서 지원되는 값을 설명합니다. 사용 예시 # # Teleport Okta Import Rule resource resource "teleport_okta_import_rule" "example" { metadata = { description = "Example Okta Import Rule" labels = { "example" = "yes" } } version = "v1" spec = { priority = 100 mappings = [ { add_labels = { "label1" : "value1" } match = [ { app_ids = ["1", "2", "3"] }, ], }, { add_labels = { "label2" : "value2" } match = [ { group_ids = ["1", "2", "3"] }, ], }, { add_labels