Show / Hide Table of Contents

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 Source

CustomSupportLevel

The the support level of this permission for custom roles.

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

FullResourceName

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

Id

The provider-assigned unique ID for this managed resource.

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

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

Stages

Declaration
public readonly ImmutableArray<string> Stages
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.