GetAccountResult

data class GetAccountResult(val accountStatus: AccountPropertiesResponseAccountStatus, val cloudConnectors: CloudConnectorsResponse? = null, val createdAt: String, val createdBy: String, val createdByObjectId: String, val endpoints: AccountPropertiesResponseEndpoints, val friendlyName: String, val id: String, val identity: IdentityResponse? = null, val location: String? = null, val managedEventHubState: String? = null, val managedResourceGroupName: String? = null, val managedResources: AccountPropertiesResponseManagedResources, val managedResourcesPublicNetworkAccess: String? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: AccountResponseSku, val systemData: TrackedResourceResponseSystemData, val tags: Map<String, String>? = null, val type: String)

Account resource

Constructors

Link copied to clipboard
constructor(accountStatus: AccountPropertiesResponseAccountStatus, cloudConnectors: CloudConnectorsResponse? = null, createdAt: String, createdBy: String, createdByObjectId: String, endpoints: AccountPropertiesResponseEndpoints, friendlyName: String, id: String, identity: IdentityResponse? = null, location: String? = null, managedEventHubState: String? = null, managedResourceGroupName: String? = null, managedResources: AccountPropertiesResponseManagedResources, managedResourcesPublicNetworkAccess: String? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, sku: AccountResponseSku, systemData: TrackedResourceResponseSystemData, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the status of the account.

Link copied to clipboard

Cloud connectors. External cloud identifier used as part of scanning configuration.

Link copied to clipboard

Gets the time at which the entity was created.

Link copied to clipboard

Gets the creator of the entity.

Link copied to clipboard

Gets the creators of the entity's object id.

Link copied to clipboard

The URIs that are the public endpoints of the account.

Link copied to clipboard

Gets or sets the friendly name.

Link copied to clipboard
val id: String

Gets or sets the identifier.

Link copied to clipboard

Identity Info on the tracked resource

Link copied to clipboard
val location: String? = null

Gets or sets the location.

Link copied to clipboard

Gets or sets the state of managed eventhub. If enabled managed eventhub will be created, if disabled the managed eventhub will be removed.

Link copied to clipboard

Gets or sets the managed resource group name

Link copied to clipboard

Gets the resource identifiers of the managed resources.

Link copied to clipboard

Gets or sets the public network access for managed resources.

Link copied to clipboard

Gets or sets the name.

Link copied to clipboard

Gets the private endpoint connections information.

Link copied to clipboard

Gets or sets the state of the provisioning.

Link copied to clipboard

Gets or sets the public network access.

Link copied to clipboard

Gets or sets the Sku.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

Tags on the azure resource.

Link copied to clipboard

Gets or sets the type.