Class GetTestablePermissionsArgs
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.Gcp.Iam
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetTestablePermissionsArgs : InvokeArgs
Constructors
View SourceGetTestablePermissionsArgs()
Declaration
public GetTestablePermissionsArgs()
Properties
View SourceCustomSupportLevel
The level of support for custom roles. Can be one of "NOT_SUPPORTED", "SUPPORTED", "TESTING". Default is "SUPPORTED"
Declaration
public string CustomSupportLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FullResourceName
See full resource name documentation for more detail.
Declaration
public string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Stages
The acceptable release stages of the permission in the output. Note that BETA does not include permissions in GA, but you can specify both with ["GA", "BETA"] for example. Can be a list of "ALPHA", "BETA", "GA", "DEPRECATED". Default is ["GA"].
Declaration
public List<string> Stages { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |