Class ClusterTemplateMemberArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterTemplateMemberArgs : ResourceArgs
Constructors
View SourceClusterTemplateMemberArgs()
Declaration
public ClusterTemplateMemberArgs()
Properties
View SourceAccessType
Member access type. Valid values: ["read-only" | "owner"] (string)
Declaration
public Input<string> AccessType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupPrincipalId
Member group principal id (string)
Declaration
public Input<string> GroupPrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserPrincipalId
Member user principal id (string)
Declaration
public Input<string> UserPrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |