Search Results for

    Show / Hide Table of Contents

    Class SsoProfile

    Resolved SSO profile settings from the config file.

    Inheritance
    object
    SsoProfile
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai
    Assembly: Seclai.dll
    Syntax
    public sealed class SsoProfile

    Properties

    SsoAccountId

    Account ID (resolved after login via /me). May be null before first login.

    Declaration
    public string? SsoAccountId { get; set; }
    Property Value
    Type Description
    string

    SsoClientId

    OAuth client ID from the SSO profile.

    Declaration
    public string SsoClientId { get; set; }
    Property Value
    Type Description
    string

    SsoDomain

    Cognito domain from the SSO profile.

    Declaration
    public string SsoDomain { get; set; }
    Property Value
    Type Description
    string

    SsoRegion

    AWS region from the SSO profile.

    Declaration
    public string SsoRegion { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX