Compartilhar via


IEnvironmentAuthTokenProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.EnvironmentAuthTokenPropertiesTypeConverter))]
public interface IEnvironmentAuthTokenProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.EnvironmentAuthTokenPropertiesTypeConverter))>]
type IEnvironmentAuthTokenProperties = interface
    interface IJsonSerializable
Public Interface IEnvironmentAuthTokenProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Expire

Token expiration date.

Token

Auth token value.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to