Account interface
Account resource
- Extends
Properties
cloud |
Cloud connectors. External cloud identifier used as part of scanning configuration. |
created |
Gets the time at which the entity was created. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
Gets the creator of the entity. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
Gets the creators of the entity's object id. NOTE: This property will not be serialized. It can only be populated by the server. |
endpoints | The URIs that are the public endpoints of the account. NOTE: This property will not be serialized. It can only be populated by the server. |
friendly |
Gets or sets the friendly name. NOTE: This property will not be serialized. It can only be populated by the server. |
managed |
Gets or sets the managed resource group name |
managed |
Gets the resource identifiers of the managed resources. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
Gets the private endpoint connections information. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Gets or sets the state of the provisioning. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Gets or sets the public network access. |
sku | Gets or sets the Sku. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Gets or sets the identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
identity | Identity Info on the tracked resource |
location | Gets or sets the location. |
name | Gets or sets the name. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Tags on the azure resource. |
type | Gets or sets the type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
cloudConnectors
Cloud connectors. External cloud identifier used as part of scanning configuration.
cloudConnectors?: CloudConnectors
Property Value
createdAt
Gets the time at which the entity was created. NOTE: This property will not be serialized. It can only be populated by the server.
createdAt?: Date
Property Value
Date
createdBy
Gets the creator of the entity. NOTE: This property will not be serialized. It can only be populated by the server.
createdBy?: string
Property Value
string
createdByObjectId
Gets the creators of the entity's object id. NOTE: This property will not be serialized. It can only be populated by the server.
createdByObjectId?: string
Property Value
string
endpoints
The URIs that are the public endpoints of the account. NOTE: This property will not be serialized. It can only be populated by the server.
endpoints?: AccountPropertiesEndpoints
Property Value
friendlyName
Gets or sets the friendly name. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
Property Value
string
managedResourceGroupName
Gets or sets the managed resource group name
managedResourceGroupName?: string
Property Value
string
managedResources
Gets the resource identifiers of the managed resources. NOTE: This property will not be serialized. It can only be populated by the server.
managedResources?: AccountPropertiesManagedResources
Property Value
privateEndpointConnections
Gets the private endpoint connections information. NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Gets or sets the state of the provisioning. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publicNetworkAccess
Gets or sets the public network access.
publicNetworkAccess?: string
Property Value
string
sku
Gets or sets the Sku. NOTE: This property will not be serialized. It can only be populated by the server.
sku?: AccountSku
Property Value
Inherited Property Details
id
Gets or sets the identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
identity
Identity Info on the tracked resource
identity?: Identity
Property Value
Inherited From TrackedResource.identity
location
Gets or sets the location.
location?: string
Property Value
string
Inherited From TrackedResource.location
name
Gets or sets the name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: TrackedResourceSystemData
Property Value
Inherited From TrackedResource.systemData
tags
Tags on the azure resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
Gets or sets the type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type