Class AccessLevelArgs
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.AccessContextManager
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AccessLevelArgs : ResourceArgs
Constructors
View SourceAccessLevelArgs()
Declaration
public AccessLevelArgs()
Properties
View SourceBasic
A set of predefined conditions for the access level and a combining function. Structure is documented below.
Declaration
public Input<AccessLevelBasicArgs> Basic { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccessLevelBasicArgs> |
Description
Description of the AccessLevel and its use. Does not affect behavior.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Resource name for the Access Level. The short_name component must begin with a letter and only include alphanumeric and '_'. Format: accessPolicies/{policy_id}/accessLevels/{short_name}
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parent
The AccessPolicy this AccessLevel lives in. Format: accessPolicies/{policy_id}
Declaration
public Input<string> Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Title
Human readable title. Must be unique within the Policy.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |