AccountProperties interface
The account properties
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. |
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