1. Packages
  2. Azure Native
  3. API Docs
  4. networkanalytics
  5. getDataProduct
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.44.1 published on Thursday, Jun 6, 2024 by Pulumi

azure-native.networkanalytics.getDataProduct

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.44.1 published on Thursday, Jun 6, 2024 by Pulumi

    Retrieve data product resource. Azure REST API version: 2023-11-15.

    Using getDataProduct

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDataProduct(args: GetDataProductArgs, opts?: InvokeOptions): Promise<GetDataProductResult>
    function getDataProductOutput(args: GetDataProductOutputArgs, opts?: InvokeOptions): Output<GetDataProductResult>
    def get_data_product(data_product_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetDataProductResult
    def get_data_product_output(data_product_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetDataProductResult]
    func LookupDataProduct(ctx *Context, args *LookupDataProductArgs, opts ...InvokeOption) (*LookupDataProductResult, error)
    func LookupDataProductOutput(ctx *Context, args *LookupDataProductOutputArgs, opts ...InvokeOption) LookupDataProductResultOutput

    > Note: This function is named LookupDataProduct in the Go SDK.

    public static class GetDataProduct 
    {
        public static Task<GetDataProductResult> InvokeAsync(GetDataProductArgs args, InvokeOptions? opts = null)
        public static Output<GetDataProductResult> Invoke(GetDataProductInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataProductResult> getDataProduct(GetDataProductArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:networkanalytics:getDataProduct
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DataProductName string
    The data product resource name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    DataProductName string
    The data product resource name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    dataProductName String
    The data product resource name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    dataProductName string
    The data product resource name
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    data_product_name str
    The data product resource name
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    dataProductName String
    The data product resource name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getDataProduct Result

    The following output properties are available:

    AvailableMinorVersions List<string>
    List of available minor versions of the data product resource.
    ConsumptionEndpoints Pulumi.AzureNative.NetworkAnalytics.Outputs.ConsumptionEndpointsPropertiesResponse
    Resource links which exposed to the customer to query the data.
    Documentation string
    Documentation link for the data product based on definition file.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    KeyVaultUrl string
    Key vault url.
    Location string
    The geo-location where the resource lives
    MajorVersion string
    Major version of data product.
    Name string
    The name of the resource
    Product string
    Product name of data product.
    ProvisioningState string
    Latest provisioning state of data product.
    Publisher string
    Data product publisher name.
    ResourceGuid string
    The resource GUID property of the data product resource.
    SystemData Pulumi.AzureNative.NetworkAnalytics.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    CurrentMinorVersion string
    Current configured minor version of the data product resource.
    CustomerEncryptionKey Pulumi.AzureNative.NetworkAnalytics.Outputs.EncryptionKeyDetailsResponse
    Customer managed encryption key details for data product.
    CustomerManagedKeyEncryptionEnabled string
    Flag to enable customer managed key encryption for data product.
    Identity Pulumi.AzureNative.NetworkAnalytics.Outputs.ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    Networkacls Pulumi.AzureNative.NetworkAnalytics.Outputs.DataProductNetworkAclsResponse
    Network rule set for data product.
    Owners List<string>
    List of name or email associated with data product resource deployment.
    PrivateLinksEnabled string
    Flag to enable or disable private link for data product resource.
    PublicNetworkAccess string
    Flag to enable or disable public access of data product resource.
    PurviewAccount string
    Purview account url for data product to connect to.
    PurviewCollection string
    Purview collection url for data product to connect to.
    Redundancy string
    Flag to enable or disable redundancy for data product.
    Tags Dictionary<string, string>
    Resource tags.
    AvailableMinorVersions []string
    List of available minor versions of the data product resource.
    ConsumptionEndpoints ConsumptionEndpointsPropertiesResponse
    Resource links which exposed to the customer to query the data.
    Documentation string
    Documentation link for the data product based on definition file.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    KeyVaultUrl string
    Key vault url.
    Location string
    The geo-location where the resource lives
    MajorVersion string
    Major version of data product.
    Name string
    The name of the resource
    Product string
    Product name of data product.
    ProvisioningState string
    Latest provisioning state of data product.
    Publisher string
    Data product publisher name.
    ResourceGuid string
    The resource GUID property of the data product resource.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    CurrentMinorVersion string
    Current configured minor version of the data product resource.
    CustomerEncryptionKey EncryptionKeyDetailsResponse
    Customer managed encryption key details for data product.
    CustomerManagedKeyEncryptionEnabled string
    Flag to enable customer managed key encryption for data product.
    Identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    Networkacls DataProductNetworkAclsResponse
    Network rule set for data product.
    Owners []string
    List of name or email associated with data product resource deployment.
    PrivateLinksEnabled string
    Flag to enable or disable private link for data product resource.
    PublicNetworkAccess string
    Flag to enable or disable public access of data product resource.
    PurviewAccount string
    Purview account url for data product to connect to.
    PurviewCollection string
    Purview collection url for data product to connect to.
    Redundancy string
    Flag to enable or disable redundancy for data product.
    Tags map[string]string
    Resource tags.
    availableMinorVersions List<String>
    List of available minor versions of the data product resource.
    consumptionEndpoints ConsumptionEndpointsPropertiesResponse
    Resource links which exposed to the customer to query the data.
    documentation String
    Documentation link for the data product based on definition file.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    keyVaultUrl String
    Key vault url.
    location String
    The geo-location where the resource lives
    majorVersion String
    Major version of data product.
    name String
    The name of the resource
    product String
    Product name of data product.
    provisioningState String
    Latest provisioning state of data product.
    publisher String
    Data product publisher name.
    resourceGuid String
    The resource GUID property of the data product resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    currentMinorVersion String
    Current configured minor version of the data product resource.
    customerEncryptionKey EncryptionKeyDetailsResponse
    Customer managed encryption key details for data product.
    customerManagedKeyEncryptionEnabled String
    Flag to enable customer managed key encryption for data product.
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    networkacls DataProductNetworkAclsResponse
    Network rule set for data product.
    owners List<String>
    List of name or email associated with data product resource deployment.
    privateLinksEnabled String
    Flag to enable or disable private link for data product resource.
    publicNetworkAccess String
    Flag to enable or disable public access of data product resource.
    purviewAccount String
    Purview account url for data product to connect to.
    purviewCollection String
    Purview collection url for data product to connect to.
    redundancy String
    Flag to enable or disable redundancy for data product.
    tags Map<String,String>
    Resource tags.
    availableMinorVersions string[]
    List of available minor versions of the data product resource.
    consumptionEndpoints ConsumptionEndpointsPropertiesResponse
    Resource links which exposed to the customer to query the data.
    documentation string
    Documentation link for the data product based on definition file.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    keyVaultUrl string
    Key vault url.
    location string
    The geo-location where the resource lives
    majorVersion string
    Major version of data product.
    name string
    The name of the resource
    product string
    Product name of data product.
    provisioningState string
    Latest provisioning state of data product.
    publisher string
    Data product publisher name.
    resourceGuid string
    The resource GUID property of the data product resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    currentMinorVersion string
    Current configured minor version of the data product resource.
    customerEncryptionKey EncryptionKeyDetailsResponse
    Customer managed encryption key details for data product.
    customerManagedKeyEncryptionEnabled string
    Flag to enable customer managed key encryption for data product.
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    networkacls DataProductNetworkAclsResponse
    Network rule set for data product.
    owners string[]
    List of name or email associated with data product resource deployment.
    privateLinksEnabled string
    Flag to enable or disable private link for data product resource.
    publicNetworkAccess string
    Flag to enable or disable public access of data product resource.
    purviewAccount string
    Purview account url for data product to connect to.
    purviewCollection string
    Purview collection url for data product to connect to.
    redundancy string
    Flag to enable or disable redundancy for data product.
    tags {[key: string]: string}
    Resource tags.
    available_minor_versions Sequence[str]
    List of available minor versions of the data product resource.
    consumption_endpoints ConsumptionEndpointsPropertiesResponse
    Resource links which exposed to the customer to query the data.
    documentation str
    Documentation link for the data product based on definition file.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    key_vault_url str
    Key vault url.
    location str
    The geo-location where the resource lives
    major_version str
    Major version of data product.
    name str
    The name of the resource
    product str
    Product name of data product.
    provisioning_state str
    Latest provisioning state of data product.
    publisher str
    Data product publisher name.
    resource_guid str
    The resource GUID property of the data product resource.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    current_minor_version str
    Current configured minor version of the data product resource.
    customer_encryption_key EncryptionKeyDetailsResponse
    Customer managed encryption key details for data product.
    customer_managed_key_encryption_enabled str
    Flag to enable customer managed key encryption for data product.
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    networkacls DataProductNetworkAclsResponse
    Network rule set for data product.
    owners Sequence[str]
    List of name or email associated with data product resource deployment.
    private_links_enabled str
    Flag to enable or disable private link for data product resource.
    public_network_access str
    Flag to enable or disable public access of data product resource.
    purview_account str
    Purview account url for data product to connect to.
    purview_collection str
    Purview collection url for data product to connect to.
    redundancy str
    Flag to enable or disable redundancy for data product.
    tags Mapping[str, str]
    Resource tags.
    availableMinorVersions List<String>
    List of available minor versions of the data product resource.
    consumptionEndpoints Property Map
    Resource links which exposed to the customer to query the data.
    documentation String
    Documentation link for the data product based on definition file.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    keyVaultUrl String
    Key vault url.
    location String
    The geo-location where the resource lives
    majorVersion String
    Major version of data product.
    name String
    The name of the resource
    product String
    Product name of data product.
    provisioningState String
    Latest provisioning state of data product.
    publisher String
    Data product publisher name.
    resourceGuid String
    The resource GUID property of the data product resource.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    currentMinorVersion String
    Current configured minor version of the data product resource.
    customerEncryptionKey Property Map
    Customer managed encryption key details for data product.
    customerManagedKeyEncryptionEnabled String
    Flag to enable customer managed key encryption for data product.
    identity Property Map
    The managed service identities assigned to this resource.
    networkacls Property Map
    Network rule set for data product.
    owners List<String>
    List of name or email associated with data product resource deployment.
    privateLinksEnabled String
    Flag to enable or disable private link for data product resource.
    publicNetworkAccess String
    Flag to enable or disable public access of data product resource.
    purviewAccount String
    Purview account url for data product to connect to.
    purviewCollection String
    Purview collection url for data product to connect to.
    redundancy String
    Flag to enable or disable redundancy for data product.
    tags Map<String>
    Resource tags.

    Supporting Types

    ConsumptionEndpointsPropertiesResponse

    FileAccessResourceId string
    Resource Id of file access endpoint.
    FileAccessUrl string
    Url to consume file type.
    IngestionResourceId string
    Resource Id of ingestion endpoint.
    IngestionUrl string
    Ingestion url to upload the data.
    QueryResourceId string
    Resource Id of query endpoint.
    QueryUrl string
    Url to consume the processed data.
    FileAccessResourceId string
    Resource Id of file access endpoint.
    FileAccessUrl string
    Url to consume file type.
    IngestionResourceId string
    Resource Id of ingestion endpoint.
    IngestionUrl string
    Ingestion url to upload the data.
    QueryResourceId string
    Resource Id of query endpoint.
    QueryUrl string
    Url to consume the processed data.
    fileAccessResourceId String
    Resource Id of file access endpoint.
    fileAccessUrl String
    Url to consume file type.
    ingestionResourceId String
    Resource Id of ingestion endpoint.
    ingestionUrl String
    Ingestion url to upload the data.
    queryResourceId String
    Resource Id of query endpoint.
    queryUrl String
    Url to consume the processed data.
    fileAccessResourceId string
    Resource Id of file access endpoint.
    fileAccessUrl string
    Url to consume file type.
    ingestionResourceId string
    Resource Id of ingestion endpoint.
    ingestionUrl string
    Ingestion url to upload the data.
    queryResourceId string
    Resource Id of query endpoint.
    queryUrl string
    Url to consume the processed data.
    file_access_resource_id str
    Resource Id of file access endpoint.
    file_access_url str
    Url to consume file type.
    ingestion_resource_id str
    Resource Id of ingestion endpoint.
    ingestion_url str
    Ingestion url to upload the data.
    query_resource_id str
    Resource Id of query endpoint.
    query_url str
    Url to consume the processed data.
    fileAccessResourceId String
    Resource Id of file access endpoint.
    fileAccessUrl String
    Url to consume file type.
    ingestionResourceId String
    Resource Id of ingestion endpoint.
    ingestionUrl String
    Ingestion url to upload the data.
    queryResourceId String
    Resource Id of query endpoint.
    queryUrl String
    Url to consume the processed data.

    DataProductNetworkAclsResponse

    AllowedQueryIpRangeList List<string>
    The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
    DefaultAction string
    Default Action
    IpRules List<Pulumi.AzureNative.NetworkAnalytics.Inputs.IPRulesResponse>
    IP rule with specific IP or IP range in CIDR format.
    VirtualNetworkRule List<Pulumi.AzureNative.NetworkAnalytics.Inputs.VirtualNetworkRuleResponse>
    Virtual Network Rule
    AllowedQueryIpRangeList []string
    The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
    DefaultAction string
    Default Action
    IpRules []IPRulesResponse
    IP rule with specific IP or IP range in CIDR format.
    VirtualNetworkRule []VirtualNetworkRuleResponse
    Virtual Network Rule
    allowedQueryIpRangeList List<String>
    The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
    defaultAction String
    Default Action
    ipRules List<IPRulesResponse>
    IP rule with specific IP or IP range in CIDR format.
    virtualNetworkRule List<VirtualNetworkRuleResponse>
    Virtual Network Rule
    allowedQueryIpRangeList string[]
    The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
    defaultAction string
    Default Action
    ipRules IPRulesResponse[]
    IP rule with specific IP or IP range in CIDR format.
    virtualNetworkRule VirtualNetworkRuleResponse[]
    Virtual Network Rule
    allowed_query_ip_range_list Sequence[str]
    The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
    default_action str
    Default Action
    ip_rules Sequence[IPRulesResponse]
    IP rule with specific IP or IP range in CIDR format.
    virtual_network_rule Sequence[VirtualNetworkRuleResponse]
    Virtual Network Rule
    allowedQueryIpRangeList List<String>
    The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
    defaultAction String
    Default Action
    ipRules List<Property Map>
    IP rule with specific IP or IP range in CIDR format.
    virtualNetworkRule List<Property Map>
    Virtual Network Rule

    EncryptionKeyDetailsResponse

    KeyName string
    The name of the key vault key.
    KeyVaultUri string
    The Uri of the key vault.
    KeyVersion string
    The version of the key vault key.
    KeyName string
    The name of the key vault key.
    KeyVaultUri string
    The Uri of the key vault.
    KeyVersion string
    The version of the key vault key.
    keyName String
    The name of the key vault key.
    keyVaultUri String
    The Uri of the key vault.
    keyVersion String
    The version of the key vault key.
    keyName string
    The name of the key vault key.
    keyVaultUri string
    The Uri of the key vault.
    keyVersion string
    The version of the key vault key.
    key_name str
    The name of the key vault key.
    key_vault_uri str
    The Uri of the key vault.
    key_version str
    The version of the key vault key.
    keyName String
    The name of the key vault key.
    keyVaultUri String
    The Uri of the key vault.
    keyVersion String
    The version of the key vault key.

    IPRulesResponse

    Action string
    The action of virtual network rule.
    Value string
    IP Rules Value
    Action string
    The action of virtual network rule.
    Value string
    IP Rules Value
    action String
    The action of virtual network rule.
    value String
    IP Rules Value
    action string
    The action of virtual network rule.
    value string
    IP Rules Value
    action str
    The action of virtual network rule.
    value str
    IP Rules Value
    action String
    The action of virtual network rule.
    value String
    IP Rules Value

    ManagedServiceIdentityResponse

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.NetworkAnalytics.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserAssignedIdentityResponse

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.

    VirtualNetworkRuleResponse

    Id string
    Resource ID of a subnet
    Action string
    The action of virtual network rule.
    State string
    Gets the state of virtual network rule.
    Id string
    Resource ID of a subnet
    Action string
    The action of virtual network rule.
    State string
    Gets the state of virtual network rule.
    id String
    Resource ID of a subnet
    action String
    The action of virtual network rule.
    state String
    Gets the state of virtual network rule.
    id string
    Resource ID of a subnet
    action string
    The action of virtual network rule.
    state string
    Gets the state of virtual network rule.
    id str
    Resource ID of a subnet
    action str
    The action of virtual network rule.
    state str
    Gets the state of virtual network rule.
    id String
    Resource ID of a subnet
    action String
    The action of virtual network rule.
    state String
    Gets the state of virtual network rule.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.44.1 published on Thursday, Jun 6, 2024 by Pulumi