Show / Hide Table of Contents

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 Source

AccessToken

The access_token representing the new generated identity.

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

Delegates

Declaration
public readonly ImmutableArray<string> Delegates
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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

Lifetime

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

Scopes

Declaration
public readonly ImmutableArray<string> Scopes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

TargetServiceAccount

Declaration
public readonly string TargetServiceAccount
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.