Show / Hide Table of Contents

Class WhoAmIResult

Inheritance
object
WhoAmIResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class WhoAmIResult

Constructors

View Source

WhoAmIResult(string, string?, ImmutableArray<string>)

Declaration
public WhoAmIResult(string user, string? url, ImmutableArray<string> organizations)
Parameters
Type Name Description
string user
string url
ImmutableArray<string> organizations

Properties

View Source

Organizations

Declaration
public ImmutableArray<string> Organizations { get; }
Property Value
Type Description
ImmutableArray<string>
View Source

Url

Declaration
public string? Url { get; }
Property Value
Type Description
string
View Source

User

Declaration
public string User { get; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.