Get Account Result
data class GetAccountResult(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 managedResourceGroupName: String? = null, val managedResources: AccountPropertiesResponseManagedResources, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: AccountResponseSku, val systemData: AccountPropertiesResponseSystemData, val tags: Map<String, String>? = null, val type: String)
Account resource
Constructors
Link copied to clipboard
constructor(cloudConnectors: CloudConnectorsResponse? = null, createdAt: String, createdBy: String, createdByObjectId: String, endpoints: AccountPropertiesResponseEndpoints, friendlyName: String, id: String, identity: IdentityResponse? = null, location: String? = null, managedResourceGroupName: String? = null, managedResources: AccountPropertiesResponseManagedResources, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, sku: AccountResponseSku, systemData: AccountPropertiesResponseSystemData, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Cloud connectors. External cloud identifier used as part of scanning configuration.
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
Identity Info on the tracked resource
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 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.