IAccountProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountPropertiesTypeConverter))]
public interface IAccountProperties : Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountPropertiesTypeConverter))>]
type IAccountProperties = interface
interface IJsonSerializable
Public Interface IAccountProperties
Implements IJsonSerializable
- 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. |
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. |
PrivateEndpointConnection |
Gets the private endpoint connections information. |
ProvisioningState |
Gets or sets the state of the provisioning. |
PublicNetworkAccess |
Gets or sets the public network access. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |