Class GetClientConfigResult
Inheritance
System.Object
GetClientConfigResult
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.Organizations
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetClientConfigResult
Fields
View SourceAccessToken
The OAuth2 access token used by the client to authenticate against the Google Cloud API.
Declaration
public readonly string AccessToken
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Project
The ID of the project to apply any resources to.
Declaration
public readonly string Project
Field Value
| Type | Description |
|---|---|
| System.String |
Region
The region to operate under.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Zone
The zone to operate under.
Declaration
public readonly string Zone
Field Value
| Type | Description |
|---|---|
| System.String |