ContainerAppAuthTokenProperties 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.
Container App auth token resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppAuthTokenPropertiesTypeConverter))]
public class ContainerAppAuthTokenProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppAuthTokenProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppAuthTokenPropertiesTypeConverter))>]
type ContainerAppAuthTokenProperties = class
interface IContainerAppAuthTokenProperties
interface IJsonSerializable
Public Class ContainerAppAuthTokenProperties
Implements IContainerAppAuthTokenProperties
- Inheritance
-
ContainerAppAuthTokenProperties
- Attributes
- Implements
Constructors
ContainerAppAuthTokenProperties() |
Creates an new ContainerAppAuthTokenProperties instance. |
Properties
Expire |
Token expiration date. |
Token |
Auth token value. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerAppAuthTokenProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerAppAuthTokenProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppAuthTokenProperties. |
FromJsonString(String) |
Creates a new instance of ContainerAppAuthTokenProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerAppAuthTokenProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |