Show / Hide Table of Contents

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 Source

ApiDisabled

Whether the corresponding API has been enabled for the resource.

Declaration
public readonly bool ApiDisabled
Field Value
Type Description
System.Boolean
View Source

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
View Source

Name

Name of the permission.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Stage

Release stage of the permission.

Declaration
public readonly string Stage
Field Value
Type Description
System.String
View Source

Title

Human readable title of the permission.

Declaration
public readonly string Title
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.