Class GetAccountAccessTokenResult
Inheritance
System.Object
GetAccountAccessTokenResult
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.ServiceAccount
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetAccountAccessTokenResult
Fields
View SourceAccessToken
The access_token representing the new generated identity.
Declaration
public readonly string AccessToken
Field Value
| Type | Description |
|---|---|
| System.String |
Delegates
Declaration
public readonly ImmutableArray<string> Delegates
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Lifetime
Declaration
public readonly string Lifetime
Field Value
| Type | Description |
|---|---|
| System.String |
Scopes
Declaration
public readonly ImmutableArray<string> Scopes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
TargetServiceAccount
Declaration
public readonly string TargetServiceAccount
Field Value
| Type | Description |
|---|---|
| System.String |