EnvironmentAuthTokenProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Environment auth token resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.EnvironmentAuthTokenPropertiesTypeConverter))]
public class EnvironmentAuthTokenProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IEnvironmentAuthTokenProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.EnvironmentAuthTokenPropertiesTypeConverter))>]
type EnvironmentAuthTokenProperties = class
interface IEnvironmentAuthTokenProperties
interface IJsonSerializable
Public Class EnvironmentAuthTokenProperties
Implements IEnvironmentAuthTokenProperties
- Inheritance
-
EnvironmentAuthTokenProperties
- Attributes
- Implements
Constructors
EnvironmentAuthTokenProperties() |
Creates an new EnvironmentAuthTokenProperties instance. |
Properties
Expire |
Token expiration date. |
Token |
Auth token value. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnvironmentAuthTokenProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnvironmentAuthTokenProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IEnvironmentAuthTokenProperties. |
FromJsonString(String) |
Creates a new instance of EnvironmentAuthTokenProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnvironmentAuthTokenProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |