Class ClusterRoleTemplateBindingArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRoleTemplateBindingArgs : ResourceArgs
Constructors
View SourceClusterRoleTemplateBindingArgs()
Declaration
public ClusterRoleTemplateBindingArgs()
Properties
View SourceAnnotations
Annotations for cluster role template binding (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ClusterId
The cluster id where bind cluster role template binding (string)
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupId
The group ID to assign cluster role template binding (string)
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupPrincipalId
The group_principal ID to assign cluster role template binding (string)
Declaration
public Input<string> GroupPrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels for cluster role template binding (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the cluster role template binding (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleTemplateId
The role template id from create cluster role template binding (string)
Declaration
public Input<string> RoleTemplateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserId
The user ID to assign cluster role template binding (string)
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserPrincipalId
The user_principal ID to assign cluster role template binding (string)
Declaration
public Input<string> UserPrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |