GetAutomationAccountResult

data class GetAutomationAccountResult(val automationHybridServiceUrl: String? = null, val creationTime: String, val description: String? = null, val disableLocalAuth: Boolean? = null, val encryption: EncryptionPropertiesResponse? = null, val etag: String? = null, val id: String, val identity: IdentityResponse? = null, val lastModifiedBy: String? = null, val lastModifiedTime: String, val location: String? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val publicNetworkAccess: Boolean? = null, val sku: SkuResponse? = null, val state: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Definition of the automation account type.

Constructors

Link copied to clipboard
constructor(automationHybridServiceUrl: String? = null, creationTime: String, description: String? = null, disableLocalAuth: Boolean? = null, encryption: EncryptionPropertiesResponse? = null, etag: String? = null, id: String, identity: IdentityResponse? = null, lastModifiedBy: String? = null, lastModifiedTime: String, location: String? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, publicNetworkAccess: Boolean? = null, sku: SkuResponse? = null, state: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL of automation hybrid service which is used for hybrid worker on-boarding.

Link copied to clipboard

Gets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard

Indicates whether requests using non-AAD authentication are blocked

Link copied to clipboard

Encryption properties for the automation account

Link copied to clipboard
val etag: String? = null

Gets or sets the etag of the resource.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard

Identity for the resource.

Link copied to clipboard
val lastModifiedBy: String? = null

Gets or sets the last modified by.

Link copied to clipboard

Gets the last modified time.

Link copied to clipboard
val location: String? = null

The Azure Region where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

List of Automation operations supported by the Automation resource provider.

Link copied to clipboard

Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet

Link copied to clipboard
val sku: SkuResponse? = null

Gets or sets the SKU of account.

Link copied to clipboard

Gets status of account.

Link copied to clipboard

Resource system metadata.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource.