IAccount Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountTypeConverter))]
public interface IAccount : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountTypeConverter))>]
type IAccount = interface
    interface IJsonSerializable
    interface ITrackedResource
Public Interface IAccount
Implements ITrackedResource
Derived
Attributes
Implements

Properties

CloudConnectorAwsExternalId

AWS external identifier. Configured in AWS to allow use of the role arn used for scanning

CreatedAt

Gets the time at which the entity was created.

CreatedBy

Gets the creator of the entity.

CreatedByObjectId

Gets the creators of the entity's object id.

EndpointCatalog

Gets the catalog endpoint.

EndpointGuardian

Gets the guardian endpoint.

EndpointScan

Gets the scan endpoint.

FriendlyName

Gets or sets the friendly name.

Id

Gets or sets the identifier.

(Inherited from ITrackedResource)
IdentityPrincipalId

Service principal object Id

(Inherited from ITrackedResource)
IdentityTenantId

Tenant Id

(Inherited from ITrackedResource)
IdentityType

Identity Type

(Inherited from ITrackedResource)
Location

Gets or sets the location.

(Inherited from ITrackedResource)
ManagedResourceEventHubNamespace

Gets the managed event hub namespace resource identifier.

ManagedResourceGroup

Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.

ManagedResourceGroupName

Gets or sets the managed resource group name

ManagedResourceStorageAccount

Gets the managed storage account resource identifier.

Name

Gets or sets the name.

(Inherited from ITrackedResource)
PrivateEndpointConnection

Gets the private endpoint connections information.

ProvisioningState

Gets or sets the state of the provisioning.

PublicNetworkAccess

Gets or sets the public network access.

SkuCapacity

Gets or sets the sku capacity. Possible values include: 4, 16

SkuName

Gets or sets the sku name.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from ITrackedResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from ITrackedResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from ITrackedResource)
SystemDataLastModifiedAt

The timestamp of the last modification the resource (UTC).

(Inherited from ITrackedResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from ITrackedResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from ITrackedResource)
Tag

Tags on the azure resource.

(Inherited from ITrackedResource)
Type

Gets or sets the type.

(Inherited from ITrackedResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to