Show / Hide Table of Contents

Class GetProfileResult

Inheritance
System.Object
GetProfileResult
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class GetProfileResult

Fields

View Source

AuthorizedKeys

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

Email

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

EmailNotifications

Declaration
public readonly bool EmailNotifications
Field Value
Type Description
System.Boolean
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

IpWhitelistEnabled

Declaration
public readonly bool IpWhitelistEnabled
Field Value
Type Description
System.Boolean
View Source

LishAuthMethod

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

Referrals

Declaration
public readonly GetProfileReferralsResult Referrals
Field Value
Type Description
GetProfileReferralsResult
View Source

Restricted

Declaration
public readonly bool Restricted
Field Value
Type Description
System.Boolean
View Source

Timezone

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

TwoFactorAuth

Declaration
public readonly bool TwoFactorAuth
Field Value
Type Description
System.Boolean
View Source

Username

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