GetAccountResult

data class GetAccountResult(val endpoint: String, val hybridServiceUrl: String, val id: String, val identities: List<GetAccountIdentity>, val name: String, val primaryKey: String, val privateEndpointConnections: List<GetAccountPrivateEndpointConnection>, val resourceGroupName: String, val secondaryKey: String)

A collection of values returned by getAccount.

Constructors

Link copied to clipboard
constructor(endpoint: String, hybridServiceUrl: String, id: String, identities: List<GetAccountIdentity>, name: String, primaryKey: String, privateEndpointConnections: List<GetAccountPrivateEndpointConnection>, resourceGroupName: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Endpoint for this Automation Account.

Link copied to clipboard

The URL of automation hybrid service which is used for hybrid worker on-boarding With this Automation Account.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(Optional) An identity block as defined below.

Link copied to clipboard
Link copied to clipboard

The Primary Access Key for the Automation Account.

Link copied to clipboard
Link copied to clipboard

The Secondary Access Key for the Automation Account.