AclBindingRule

class AclBindingRule : KotlinCustomResource

Properties

Link copied to clipboard
val authMethod: Output<String>

(string: <required>) - Name of the auth method for which this rule applies to.

Link copied to clipboard
val bindName: Output<String>

(string: "") - Target of the binding.

Link copied to clipboard
val bindType: Output<String>

(string: <required>) - Adjusts how this binding rule is applied at login time. Valid values are role, policy, and management.

Link copied to clipboard
val description: Output<String>?

(string: "") - Description for this ACL binding rule.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val selector: Output<String>?

(string: "") - A boolean expression that matches against verified identity attributes returned from the auth method during login.

Link copied to clipboard
val urn: Output<String>