Class GetTestablePermissionsResult
Inheritance
System.Object
GetTestablePermissionsResult
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 GetTestablePermissionsResult
Fields
View SourceCustomSupportLevel
The the support level of this permission for custom roles.
Declaration
public readonly string CustomSupportLevel
Field Value
| Type | Description |
|---|---|
| System.String |
FullResourceName
Declaration
public readonly string FullResourceName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Permissions
A list of permissions matching the provided input. Structure is defined below.
Declaration
public readonly ImmutableArray<GetTestablePermissionsPermissionResult> Permissions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetTestablePermissionsPermissionResult> |
Stages
Declaration
public readonly ImmutableArray<string> Stages
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |