Show / Hide Table of Contents

Class GetTestablePermissionsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetTestablePermissionsArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetTestablePermissionsArgs()

Declaration
public GetTestablePermissionsArgs()

Properties

View Source

CustomSupportLevel

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

FullResourceName

See full resource name documentation for more detail.

Declaration
public string FullResourceName { get; set; }
Property Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.