Class GetTestablePermissionsPermissionResult
Inheritance
System.Object
GetTestablePermissionsPermissionResult
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetTestablePermissionsPermissionResult
Fields
View SourceApiDisabled
Whether the corresponding API has been enabled for the resource.
Declaration
public readonly bool ApiDisabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
CustomSupportLevel
The level of support for custom roles. Can be one of "NOT_SUPPORTED", "SUPPORTED", "TESTING". Default is "SUPPORTED"
Declaration
public readonly string CustomSupportLevel
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the permission.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Stage
Release stage of the permission.
Declaration
public readonly string Stage
Field Value
| Type | Description |
|---|---|
| System.String |
Title
Human readable title of the permission.
Declaration
public readonly string Title
Field Value
| Type | Description |
|---|---|
| System.String |