Class GlobalRoleBindingArgs
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 GlobalRoleBindingArgs : ResourceArgs
Constructors
View SourceGlobalRoleBindingArgs()
Declaration
public GlobalRoleBindingArgs()
Properties
View SourceAnnotations
Annotations for global role binding (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
GlobalRoleId
The role id from create global role binding (string)
Declaration
public Input<string> GlobalRoleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupPrincipalId
The group principal ID to assign global role binding (only works with external auth providers that support groups). Rancher v2.4.0 or higher is required (string)
Declaration
public Input<string> GroupPrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels for global role binding (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the global role binding (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserId
The user ID to assign global role binding (string)
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |