1. Packages
  2. Azure Native
  3. API Docs
  4. videoanalyzer
  5. VideoAnalyzer
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.videoanalyzer.VideoAnalyzer

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.38.0 published on Monday, Apr 22, 2024 by Pulumi

    The Video Analyzer account. Azure REST API version: 2021-11-01-preview. Prior API version in Azure Native 1.x: 2021-05-01-preview.

    Other available API versions: 2021-05-01-preview.

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:videoanalyzer:VideoAnalyzer contosomovies /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/videoAnalyzers/{accountName} 
    

    Create VideoAnalyzer Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VideoAnalyzer(name: string, args: VideoAnalyzerArgs, opts?: CustomResourceOptions);
    @overload
    def VideoAnalyzer(resource_name: str,
                      args: VideoAnalyzerArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def VideoAnalyzer(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      resource_group_name: Optional[str] = None,
                      storage_accounts: Optional[Sequence[StorageAccountArgs]] = None,
                      account_name: Optional[str] = None,
                      encryption: Optional[AccountEncryptionArgs] = None,
                      identity: Optional[VideoAnalyzerIdentityArgs] = None,
                      iot_hubs: Optional[Sequence[IotHubArgs]] = None,
                      location: Optional[str] = None,
                      network_access_control: Optional[NetworkAccessControlArgs] = None,
                      public_network_access: Optional[Union[str, PublicNetworkAccess]] = None,
                      tags: Optional[Mapping[str, str]] = None)
    func NewVideoAnalyzer(ctx *Context, name string, args VideoAnalyzerArgs, opts ...ResourceOption) (*VideoAnalyzer, error)
    public VideoAnalyzer(string name, VideoAnalyzerArgs args, CustomResourceOptions? opts = null)
    public VideoAnalyzer(String name, VideoAnalyzerArgs args)
    public VideoAnalyzer(String name, VideoAnalyzerArgs args, CustomResourceOptions options)
    
    type: azure-native:videoanalyzer:VideoAnalyzer
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args VideoAnalyzerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VideoAnalyzerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VideoAnalyzerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VideoAnalyzerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VideoAnalyzerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var videoAnalyzerResource = new AzureNative.VideoAnalyzer.VideoAnalyzer("videoAnalyzerResource", new()
    {
        ResourceGroupName = "string",
        StorageAccounts = new[]
        {
            new AzureNative.VideoAnalyzer.Inputs.StorageAccountArgs
            {
                Id = "string",
                Identity = new AzureNative.VideoAnalyzer.Inputs.ResourceIdentityArgs
                {
                    UserAssignedIdentity = "string",
                },
            },
        },
        AccountName = "string",
        Encryption = new AzureNative.VideoAnalyzer.Inputs.AccountEncryptionArgs
        {
            Type = "string",
            Identity = new AzureNative.VideoAnalyzer.Inputs.ResourceIdentityArgs
            {
                UserAssignedIdentity = "string",
            },
            KeyVaultProperties = new AzureNative.VideoAnalyzer.Inputs.KeyVaultPropertiesArgs
            {
                KeyIdentifier = "string",
            },
        },
        Identity = new AzureNative.VideoAnalyzer.Inputs.VideoAnalyzerIdentityArgs
        {
            Type = "string",
            UserAssignedIdentities = new[]
            {
                "string",
            },
        },
        IotHubs = new[]
        {
            new AzureNative.VideoAnalyzer.Inputs.IotHubArgs
            {
                Id = "string",
                Identity = new AzureNative.VideoAnalyzer.Inputs.ResourceIdentityArgs
                {
                    UserAssignedIdentity = "string",
                },
            },
        },
        Location = "string",
        NetworkAccessControl = new AzureNative.VideoAnalyzer.Inputs.NetworkAccessControlArgs
        {
            Consumption = new AzureNative.VideoAnalyzer.Inputs.GroupLevelAccessControlArgs
            {
                PublicNetworkAccess = "string",
            },
            Ingestion = new AzureNative.VideoAnalyzer.Inputs.GroupLevelAccessControlArgs
            {
                PublicNetworkAccess = "string",
            },
            Integration = new AzureNative.VideoAnalyzer.Inputs.GroupLevelAccessControlArgs
            {
                PublicNetworkAccess = "string",
            },
        },
        PublicNetworkAccess = "string",
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := videoanalyzer.NewVideoAnalyzer(ctx, "videoAnalyzerResource", &videoanalyzer.VideoAnalyzerArgs{
    ResourceGroupName: pulumi.String("string"),
    StorageAccounts: videoanalyzer.StorageAccountArray{
    &videoanalyzer.StorageAccountArgs{
    Id: pulumi.String("string"),
    Identity: &videoanalyzer.ResourceIdentityArgs{
    UserAssignedIdentity: pulumi.String("string"),
    },
    },
    },
    AccountName: pulumi.String("string"),
    Encryption: &videoanalyzer.AccountEncryptionArgs{
    Type: pulumi.String("string"),
    Identity: &videoanalyzer.ResourceIdentityArgs{
    UserAssignedIdentity: pulumi.String("string"),
    },
    KeyVaultProperties: &videoanalyzer.KeyVaultPropertiesArgs{
    KeyIdentifier: pulumi.String("string"),
    },
    },
    Identity: &videoanalyzer.VideoAnalyzerIdentityArgs{
    Type: pulumi.String("string"),
    UserAssignedIdentities: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    IotHubs: videoanalyzer.IotHubArray{
    &videoanalyzer.IotHubArgs{
    Id: pulumi.String("string"),
    Identity: &videoanalyzer.ResourceIdentityArgs{
    UserAssignedIdentity: pulumi.String("string"),
    },
    },
    },
    Location: pulumi.String("string"),
    NetworkAccessControl: &videoanalyzer.NetworkAccessControlArgs{
    Consumption: &videoanalyzer.GroupLevelAccessControlArgs{
    PublicNetworkAccess: pulumi.String("string"),
    },
    Ingestion: &videoanalyzer.GroupLevelAccessControlArgs{
    PublicNetworkAccess: pulumi.String("string"),
    },
    Integration: &videoanalyzer.GroupLevelAccessControlArgs{
    PublicNetworkAccess: pulumi.String("string"),
    },
    },
    PublicNetworkAccess: pulumi.String("string"),
    Tags: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    })
    
    var videoAnalyzerResource = new VideoAnalyzer("videoAnalyzerResource", VideoAnalyzerArgs.builder()        
        .resourceGroupName("string")
        .storageAccounts(StorageAccountArgs.builder()
            .id("string")
            .identity(ResourceIdentityArgs.builder()
                .userAssignedIdentity("string")
                .build())
            .build())
        .accountName("string")
        .encryption(AccountEncryptionArgs.builder()
            .type("string")
            .identity(ResourceIdentityArgs.builder()
                .userAssignedIdentity("string")
                .build())
            .keyVaultProperties(KeyVaultPropertiesArgs.builder()
                .keyIdentifier("string")
                .build())
            .build())
        .identity(VideoAnalyzerIdentityArgs.builder()
            .type("string")
            .userAssignedIdentities("string")
            .build())
        .iotHubs(IotHubArgs.builder()
            .id("string")
            .identity(ResourceIdentityArgs.builder()
                .userAssignedIdentity("string")
                .build())
            .build())
        .location("string")
        .networkAccessControl(NetworkAccessControlArgs.builder()
            .consumption(GroupLevelAccessControlArgs.builder()
                .publicNetworkAccess("string")
                .build())
            .ingestion(GroupLevelAccessControlArgs.builder()
                .publicNetworkAccess("string")
                .build())
            .integration(GroupLevelAccessControlArgs.builder()
                .publicNetworkAccess("string")
                .build())
            .build())
        .publicNetworkAccess("string")
        .tags(Map.of("string", "string"))
        .build());
    
    video_analyzer_resource = azure_native.videoanalyzer.VideoAnalyzer("videoAnalyzerResource",
        resource_group_name="string",
        storage_accounts=[azure_native.videoanalyzer.StorageAccountArgs(
            id="string",
            identity=azure_native.videoanalyzer.ResourceIdentityArgs(
                user_assigned_identity="string",
            ),
        )],
        account_name="string",
        encryption=azure_native.videoanalyzer.AccountEncryptionArgs(
            type="string",
            identity=azure_native.videoanalyzer.ResourceIdentityArgs(
                user_assigned_identity="string",
            ),
            key_vault_properties=azure_native.videoanalyzer.KeyVaultPropertiesArgs(
                key_identifier="string",
            ),
        ),
        identity=azure_native.videoanalyzer.VideoAnalyzerIdentityArgs(
            type="string",
            user_assigned_identities=["string"],
        ),
        iot_hubs=[azure_native.videoanalyzer.IotHubArgs(
            id="string",
            identity=azure_native.videoanalyzer.ResourceIdentityArgs(
                user_assigned_identity="string",
            ),
        )],
        location="string",
        network_access_control=azure_native.videoanalyzer.NetworkAccessControlArgs(
            consumption=azure_native.videoanalyzer.GroupLevelAccessControlArgs(
                public_network_access="string",
            ),
            ingestion=azure_native.videoanalyzer.GroupLevelAccessControlArgs(
                public_network_access="string",
            ),
            integration=azure_native.videoanalyzer.GroupLevelAccessControlArgs(
                public_network_access="string",
            ),
        ),
        public_network_access="string",
        tags={
            "string": "string",
        })
    
    const videoAnalyzerResource = new azure_native.videoanalyzer.VideoAnalyzer("videoAnalyzerResource", {
        resourceGroupName: "string",
        storageAccounts: [{
            id: "string",
            identity: {
                userAssignedIdentity: "string",
            },
        }],
        accountName: "string",
        encryption: {
            type: "string",
            identity: {
                userAssignedIdentity: "string",
            },
            keyVaultProperties: {
                keyIdentifier: "string",
            },
        },
        identity: {
            type: "string",
            userAssignedIdentities: ["string"],
        },
        iotHubs: [{
            id: "string",
            identity: {
                userAssignedIdentity: "string",
            },
        }],
        location: "string",
        networkAccessControl: {
            consumption: {
                publicNetworkAccess: "string",
            },
            ingestion: {
                publicNetworkAccess: "string",
            },
            integration: {
                publicNetworkAccess: "string",
            },
        },
        publicNetworkAccess: "string",
        tags: {
            string: "string",
        },
    });
    
    type: azure-native:videoanalyzer:VideoAnalyzer
    properties:
        accountName: string
        encryption:
            identity:
                userAssignedIdentity: string
            keyVaultProperties:
                keyIdentifier: string
            type: string
        identity:
            type: string
            userAssignedIdentities:
                - string
        iotHubs:
            - id: string
              identity:
                userAssignedIdentity: string
        location: string
        networkAccessControl:
            consumption:
                publicNetworkAccess: string
            ingestion:
                publicNetworkAccess: string
            integration:
                publicNetworkAccess: string
        publicNetworkAccess: string
        resourceGroupName: string
        storageAccounts:
            - id: string
              identity:
                userAssignedIdentity: string
        tags:
            string: string
    

    VideoAnalyzer Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The VideoAnalyzer resource accepts the following input properties:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    StorageAccounts List<Pulumi.AzureNative.VideoAnalyzer.Inputs.StorageAccount>
    The storage accounts for this resource.
    AccountName string
    The Video Analyzer account name.
    Encryption Pulumi.AzureNative.VideoAnalyzer.Inputs.AccountEncryption
    The account encryption properties.
    Identity Pulumi.AzureNative.VideoAnalyzer.Inputs.VideoAnalyzerIdentity
    The identities associated to the Video Analyzer resource.
    IotHubs List<Pulumi.AzureNative.VideoAnalyzer.Inputs.IotHub>
    The IoT Hubs for this resource.
    Location string
    The geo-location where the resource lives
    NetworkAccessControl Pulumi.AzureNative.VideoAnalyzer.Inputs.NetworkAccessControl
    Network access control for Video Analyzer.
    PublicNetworkAccess string | Pulumi.AzureNative.VideoAnalyzer.PublicNetworkAccess
    Whether or not public network access is allowed for resources under the Video Analyzer account.
    Tags Dictionary<string, string>
    Resource tags.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    StorageAccounts []StorageAccountArgs
    The storage accounts for this resource.
    AccountName string
    The Video Analyzer account name.
    Encryption AccountEncryptionArgs
    The account encryption properties.
    Identity VideoAnalyzerIdentityArgs
    The identities associated to the Video Analyzer resource.
    IotHubs []IotHubArgs
    The IoT Hubs for this resource.
    Location string
    The geo-location where the resource lives
    NetworkAccessControl NetworkAccessControlArgs
    Network access control for Video Analyzer.
    PublicNetworkAccess string | PublicNetworkAccess
    Whether or not public network access is allowed for resources under the Video Analyzer account.
    Tags map[string]string
    Resource tags.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    storageAccounts List<StorageAccount>
    The storage accounts for this resource.
    accountName String
    The Video Analyzer account name.
    encryption AccountEncryption
    The account encryption properties.
    identity VideoAnalyzerIdentity
    The identities associated to the Video Analyzer resource.
    iotHubs List<IotHub>
    The IoT Hubs for this resource.
    location String
    The geo-location where the resource lives
    networkAccessControl NetworkAccessControl
    Network access control for Video Analyzer.
    publicNetworkAccess String | PublicNetworkAccess
    Whether or not public network access is allowed for resources under the Video Analyzer account.
    tags Map<String,String>
    Resource tags.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    storageAccounts StorageAccount[]
    The storage accounts for this resource.
    accountName string
    The Video Analyzer account name.
    encryption AccountEncryption
    The account encryption properties.
    identity VideoAnalyzerIdentity
    The identities associated to the Video Analyzer resource.
    iotHubs IotHub[]
    The IoT Hubs for this resource.
    location string
    The geo-location where the resource lives
    networkAccessControl NetworkAccessControl
    Network access control for Video Analyzer.
    publicNetworkAccess string | PublicNetworkAccess
    Whether or not public network access is allowed for resources under the Video Analyzer account.
    tags {[key: string]: string}
    Resource tags.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    storage_accounts Sequence[StorageAccountArgs]
    The storage accounts for this resource.
    account_name str
    The Video Analyzer account name.
    encryption AccountEncryptionArgs
    The account encryption properties.
    identity VideoAnalyzerIdentityArgs
    The identities associated to the Video Analyzer resource.
    iot_hubs Sequence[IotHubArgs]
    The IoT Hubs for this resource.
    location str
    The geo-location where the resource lives
    network_access_control NetworkAccessControlArgs
    Network access control for Video Analyzer.
    public_network_access str | PublicNetworkAccess
    Whether or not public network access is allowed for resources under the Video Analyzer account.
    tags Mapping[str, str]
    Resource tags.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    storageAccounts List<Property Map>
    The storage accounts for this resource.
    accountName String
    The Video Analyzer account name.
    encryption Property Map
    The account encryption properties.
    identity Property Map
    The identities associated to the Video Analyzer resource.
    iotHubs List<Property Map>
    The IoT Hubs for this resource.
    location String
    The geo-location where the resource lives
    networkAccessControl Property Map
    Network access control for Video Analyzer.
    publicNetworkAccess String | "Enabled" | "Disabled"
    Whether or not public network access is allowed for resources under the Video Analyzer account.
    tags Map<String>
    Resource tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VideoAnalyzer resource produces the following output properties:

    Endpoints List<Pulumi.AzureNative.VideoAnalyzer.Outputs.EndpointResponse>
    The endpoints associated with this resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    PrivateEndpointConnections List<Pulumi.AzureNative.VideoAnalyzer.Outputs.PrivateEndpointConnectionResponse>
    Private Endpoint Connections created under Video Analyzer account.
    ProvisioningState string
    Provisioning state of the Video Analyzer account.
    SystemData Pulumi.AzureNative.VideoAnalyzer.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"
    Endpoints []EndpointResponse
    The endpoints associated with this resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    PrivateEndpointConnections []PrivateEndpointConnectionResponse
    Private Endpoint Connections created under Video Analyzer account.
    ProvisioningState string
    Provisioning state of the Video Analyzer account.
    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"
    endpoints List<EndpointResponse>
    The endpoints associated with this resource.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    privateEndpointConnections List<PrivateEndpointConnectionResponse>
    Private Endpoint Connections created under Video Analyzer account.
    provisioningState String
    Provisioning state of the Video Analyzer account.
    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"
    endpoints EndpointResponse[]
    The endpoints associated with this resource.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the resource
    privateEndpointConnections PrivateEndpointConnectionResponse[]
    Private Endpoint Connections created under Video Analyzer account.
    provisioningState string
    Provisioning state of the Video Analyzer account.
    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"
    endpoints Sequence[EndpointResponse]
    The endpoints associated with this resource.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the resource
    private_endpoint_connections Sequence[PrivateEndpointConnectionResponse]
    Private Endpoint Connections created under Video Analyzer account.
    provisioning_state str
    Provisioning state of the Video Analyzer account.
    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"
    endpoints List<Property Map>
    The endpoints associated with this resource.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    privateEndpointConnections List<Property Map>
    Private Endpoint Connections created under Video Analyzer account.
    provisioningState String
    Provisioning state of the Video Analyzer account.
    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"

    Supporting Types

    AccountEncryption, AccountEncryptionArgs

    Type string | Pulumi.AzureNative.VideoAnalyzer.AccountEncryptionKeyType
    The type of key used to encrypt the Account Key.
    Identity Pulumi.AzureNative.VideoAnalyzer.Inputs.ResourceIdentity
    The Key Vault identity.
    KeyVaultProperties Pulumi.AzureNative.VideoAnalyzer.Inputs.KeyVaultProperties
    The properties of the key used to encrypt the account.
    Type string | AccountEncryptionKeyType
    The type of key used to encrypt the Account Key.
    Identity ResourceIdentity
    The Key Vault identity.
    KeyVaultProperties KeyVaultProperties
    The properties of the key used to encrypt the account.
    type String | AccountEncryptionKeyType
    The type of key used to encrypt the Account Key.
    identity ResourceIdentity
    The Key Vault identity.
    keyVaultProperties KeyVaultProperties
    The properties of the key used to encrypt the account.
    type string | AccountEncryptionKeyType
    The type of key used to encrypt the Account Key.
    identity ResourceIdentity
    The Key Vault identity.
    keyVaultProperties KeyVaultProperties
    The properties of the key used to encrypt the account.
    type str | AccountEncryptionKeyType
    The type of key used to encrypt the Account Key.
    identity ResourceIdentity
    The Key Vault identity.
    key_vault_properties KeyVaultProperties
    The properties of the key used to encrypt the account.
    type String | "SystemKey" | "CustomerKey"
    The type of key used to encrypt the Account Key.
    identity Property Map
    The Key Vault identity.
    keyVaultProperties Property Map
    The properties of the key used to encrypt the account.

    AccountEncryptionKeyType, AccountEncryptionKeyTypeArgs

    SystemKey
    SystemKeyThe Account Key is encrypted with a System Key.
    CustomerKey
    CustomerKeyThe Account Key is encrypted with a Customer Key.
    AccountEncryptionKeyTypeSystemKey
    SystemKeyThe Account Key is encrypted with a System Key.
    AccountEncryptionKeyTypeCustomerKey
    CustomerKeyThe Account Key is encrypted with a Customer Key.
    SystemKey
    SystemKeyThe Account Key is encrypted with a System Key.
    CustomerKey
    CustomerKeyThe Account Key is encrypted with a Customer Key.
    SystemKey
    SystemKeyThe Account Key is encrypted with a System Key.
    CustomerKey
    CustomerKeyThe Account Key is encrypted with a Customer Key.
    SYSTEM_KEY
    SystemKeyThe Account Key is encrypted with a System Key.
    CUSTOMER_KEY
    CustomerKeyThe Account Key is encrypted with a Customer Key.
    "SystemKey"
    SystemKeyThe Account Key is encrypted with a System Key.
    "CustomerKey"
    CustomerKeyThe Account Key is encrypted with a Customer Key.

    AccountEncryptionResponse, AccountEncryptionResponseArgs

    Status string
    The current status of the Key Vault mapping.
    Type string
    The type of key used to encrypt the Account Key.
    Identity Pulumi.AzureNative.VideoAnalyzer.Inputs.ResourceIdentityResponse
    The Key Vault identity.
    KeyVaultProperties Pulumi.AzureNative.VideoAnalyzer.Inputs.KeyVaultPropertiesResponse
    The properties of the key used to encrypt the account.
    Status string
    The current status of the Key Vault mapping.
    Type string
    The type of key used to encrypt the Account Key.
    Identity ResourceIdentityResponse
    The Key Vault identity.
    KeyVaultProperties KeyVaultPropertiesResponse
    The properties of the key used to encrypt the account.
    status String
    The current status of the Key Vault mapping.
    type String
    The type of key used to encrypt the Account Key.
    identity ResourceIdentityResponse
    The Key Vault identity.
    keyVaultProperties KeyVaultPropertiesResponse
    The properties of the key used to encrypt the account.
    status string
    The current status of the Key Vault mapping.
    type string
    The type of key used to encrypt the Account Key.
    identity ResourceIdentityResponse
    The Key Vault identity.
    keyVaultProperties KeyVaultPropertiesResponse
    The properties of the key used to encrypt the account.
    status str
    The current status of the Key Vault mapping.
    type str
    The type of key used to encrypt the Account Key.
    identity ResourceIdentityResponse
    The Key Vault identity.
    key_vault_properties KeyVaultPropertiesResponse
    The properties of the key used to encrypt the account.
    status String
    The current status of the Key Vault mapping.
    type String
    The type of key used to encrypt the Account Key.
    identity Property Map
    The Key Vault identity.
    keyVaultProperties Property Map
    The properties of the key used to encrypt the account.

    EndpointResponse, EndpointResponseArgs

    Type string
    The type of the endpoint.
    EndpointUrl string
    The URL of the endpoint.
    Type string
    The type of the endpoint.
    EndpointUrl string
    The URL of the endpoint.
    type String
    The type of the endpoint.
    endpointUrl String
    The URL of the endpoint.
    type string
    The type of the endpoint.
    endpointUrl string
    The URL of the endpoint.
    type str
    The type of the endpoint.
    endpoint_url str
    The URL of the endpoint.
    type String
    The type of the endpoint.
    endpointUrl String
    The URL of the endpoint.

    GroupLevelAccessControl, GroupLevelAccessControlArgs

    PublicNetworkAccess string | Pulumi.AzureNative.VideoAnalyzer.PublicNetworkAccess
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    PublicNetworkAccess string | PublicNetworkAccess
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    publicNetworkAccess String | PublicNetworkAccess
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    publicNetworkAccess string | PublicNetworkAccess
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    public_network_access str | PublicNetworkAccess
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    publicNetworkAccess String | "Enabled" | "Disabled"
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.

    GroupLevelAccessControlResponse, GroupLevelAccessControlResponseArgs

    PublicNetworkAccess string
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    PublicNetworkAccess string
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    publicNetworkAccess String
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    publicNetworkAccess string
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    public_network_access str
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.
    publicNetworkAccess String
    Whether or not public network access is allowed for specified resources under the Video Analyzer account.

    IotHub, IotHubArgs

    Id string
    The IoT Hub resource identifier.
    Identity Pulumi.AzureNative.VideoAnalyzer.Inputs.ResourceIdentity
    The IoT Hub identity.
    Id string
    The IoT Hub resource identifier.
    Identity ResourceIdentity
    The IoT Hub identity.
    id String
    The IoT Hub resource identifier.
    identity ResourceIdentity
    The IoT Hub identity.
    id string
    The IoT Hub resource identifier.
    identity ResourceIdentity
    The IoT Hub identity.
    id str
    The IoT Hub resource identifier.
    identity ResourceIdentity
    The IoT Hub identity.
    id String
    The IoT Hub resource identifier.
    identity Property Map
    The IoT Hub identity.

    IotHubResponse, IotHubResponseArgs

    Id string
    The IoT Hub resource identifier.
    Identity Pulumi.AzureNative.VideoAnalyzer.Inputs.ResourceIdentityResponse
    The IoT Hub identity.
    Status string
    The current status of the Iot Hub mapping.
    Id string
    The IoT Hub resource identifier.
    Identity ResourceIdentityResponse
    The IoT Hub identity.
    Status string
    The current status of the Iot Hub mapping.
    id String
    The IoT Hub resource identifier.
    identity ResourceIdentityResponse
    The IoT Hub identity.
    status String
    The current status of the Iot Hub mapping.
    id string
    The IoT Hub resource identifier.
    identity ResourceIdentityResponse
    The IoT Hub identity.
    status string
    The current status of the Iot Hub mapping.
    id str
    The IoT Hub resource identifier.
    identity ResourceIdentityResponse
    The IoT Hub identity.
    status str
    The current status of the Iot Hub mapping.
    id String
    The IoT Hub resource identifier.
    identity Property Map
    The IoT Hub identity.
    status String
    The current status of the Iot Hub mapping.

    KeyVaultProperties, KeyVaultPropertiesArgs

    KeyIdentifier string
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    KeyIdentifier string
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    keyIdentifier String
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    keyIdentifier string
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    key_identifier str
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    keyIdentifier String
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).

    KeyVaultPropertiesResponse, KeyVaultPropertiesResponseArgs

    CurrentKeyIdentifier string
    The current key used to encrypt Video Analyzer account, including the key version.
    KeyIdentifier string
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    CurrentKeyIdentifier string
    The current key used to encrypt Video Analyzer account, including the key version.
    KeyIdentifier string
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    currentKeyIdentifier String
    The current key used to encrypt Video Analyzer account, including the key version.
    keyIdentifier String
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    currentKeyIdentifier string
    The current key used to encrypt Video Analyzer account, including the key version.
    keyIdentifier string
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    current_key_identifier str
    The current key used to encrypt Video Analyzer account, including the key version.
    key_identifier str
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
    currentKeyIdentifier String
    The current key used to encrypt Video Analyzer account, including the key version.
    keyIdentifier String
    The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).

    NetworkAccessControl, NetworkAccessControlArgs

    Consumption GroupLevelAccessControl
    Public network access for consumption group.
    Ingestion GroupLevelAccessControl
    Public network access for ingestion group.
    Integration GroupLevelAccessControl
    Public network access for integration group.
    consumption GroupLevelAccessControl
    Public network access for consumption group.
    ingestion GroupLevelAccessControl
    Public network access for ingestion group.
    integration GroupLevelAccessControl
    Public network access for integration group.
    consumption GroupLevelAccessControl
    Public network access for consumption group.
    ingestion GroupLevelAccessControl
    Public network access for ingestion group.
    integration GroupLevelAccessControl
    Public network access for integration group.
    consumption GroupLevelAccessControl
    Public network access for consumption group.
    ingestion GroupLevelAccessControl
    Public network access for ingestion group.
    integration GroupLevelAccessControl
    Public network access for integration group.
    consumption Property Map
    Public network access for consumption group.
    ingestion Property Map
    Public network access for ingestion group.
    integration Property Map
    Public network access for integration group.

    NetworkAccessControlResponse, NetworkAccessControlResponseArgs

    Consumption GroupLevelAccessControlResponse
    Public network access for consumption group.
    Ingestion GroupLevelAccessControlResponse
    Public network access for ingestion group.
    Integration GroupLevelAccessControlResponse
    Public network access for integration group.
    consumption GroupLevelAccessControlResponse
    Public network access for consumption group.
    ingestion GroupLevelAccessControlResponse
    Public network access for ingestion group.
    integration GroupLevelAccessControlResponse
    Public network access for integration group.
    consumption GroupLevelAccessControlResponse
    Public network access for consumption group.
    ingestion GroupLevelAccessControlResponse
    Public network access for ingestion group.
    integration GroupLevelAccessControlResponse
    Public network access for integration group.
    consumption GroupLevelAccessControlResponse
    Public network access for consumption group.
    ingestion GroupLevelAccessControlResponse
    Public network access for ingestion group.
    integration GroupLevelAccessControlResponse
    Public network access for integration group.
    consumption Property Map
    Public network access for consumption group.
    ingestion Property Map
    Public network access for ingestion group.
    integration Property Map
    Public network access for integration group.

    PrivateEndpointConnectionResponse, PrivateEndpointConnectionResponseArgs

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    PrivateLinkServiceConnectionState Pulumi.AzureNative.VideoAnalyzer.Inputs.PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    ProvisioningState string
    The provisioning state of the private endpoint connection resource.
    SystemData Pulumi.AzureNative.VideoAnalyzer.Inputs.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"
    PrivateEndpoint Pulumi.AzureNative.VideoAnalyzer.Inputs.PrivateEndpointResponse
    The resource of private end point.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    ProvisioningState string
    The provisioning state of the private endpoint connection 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"
    PrivateEndpoint PrivateEndpointResponse
    The resource of private end point.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState String
    The provisioning state of the private endpoint connection 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"
    privateEndpoint PrivateEndpointResponse
    The resource of private end point.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState string
    The provisioning state of the private endpoint connection 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"
    privateEndpoint PrivateEndpointResponse
    The resource of private end point.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    private_link_service_connection_state PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioning_state str
    The provisioning state of the private endpoint connection 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"
    private_endpoint PrivateEndpointResponse
    The resource of private end point.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    privateLinkServiceConnectionState Property Map
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState String
    The provisioning state of the private endpoint connection 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"
    privateEndpoint Property Map
    The resource of private end point.

    PrivateEndpointResponse, PrivateEndpointResponseArgs

    Id string
    The ARM identifier for Private Endpoint
    Id string
    The ARM identifier for Private Endpoint
    id String
    The ARM identifier for Private Endpoint
    id string
    The ARM identifier for Private Endpoint
    id str
    The ARM identifier for Private Endpoint
    id String
    The ARM identifier for Private Endpoint

    PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs

    ActionsRequired string
    A message indicating if changes on the service provider require any updates on the consumer.
    Description string
    The reason for approval/rejection of the connection.
    Status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    ActionsRequired string
    A message indicating if changes on the service provider require any updates on the consumer.
    Description string
    The reason for approval/rejection of the connection.
    Status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actionsRequired String
    A message indicating if changes on the service provider require any updates on the consumer.
    description String
    The reason for approval/rejection of the connection.
    status String
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actionsRequired string
    A message indicating if changes on the service provider require any updates on the consumer.
    description string
    The reason for approval/rejection of the connection.
    status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actions_required str
    A message indicating if changes on the service provider require any updates on the consumer.
    description str
    The reason for approval/rejection of the connection.
    status str
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actionsRequired String
    A message indicating if changes on the service provider require any updates on the consumer.
    description String
    The reason for approval/rejection of the connection.
    status String
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

    PublicNetworkAccess, PublicNetworkAccessArgs

    Enabled
    EnabledPublic network access is enabled.
    Disabled
    DisabledPublic network access is disabled.
    PublicNetworkAccessEnabled
    EnabledPublic network access is enabled.
    PublicNetworkAccessDisabled
    DisabledPublic network access is disabled.
    Enabled
    EnabledPublic network access is enabled.
    Disabled
    DisabledPublic network access is disabled.
    Enabled
    EnabledPublic network access is enabled.
    Disabled
    DisabledPublic network access is disabled.
    ENABLED
    EnabledPublic network access is enabled.
    DISABLED
    DisabledPublic network access is disabled.
    "Enabled"
    EnabledPublic network access is enabled.
    "Disabled"
    DisabledPublic network access is disabled.

    ResourceIdentity, ResourceIdentityArgs

    UserAssignedIdentity string
    The user assigned managed identity's resource identifier to use when accessing a resource.
    UserAssignedIdentity string
    The user assigned managed identity's resource identifier to use when accessing a resource.
    userAssignedIdentity String
    The user assigned managed identity's resource identifier to use when accessing a resource.
    userAssignedIdentity string
    The user assigned managed identity's resource identifier to use when accessing a resource.
    user_assigned_identity str
    The user assigned managed identity's resource identifier to use when accessing a resource.
    userAssignedIdentity String
    The user assigned managed identity's resource identifier to use when accessing a resource.

    ResourceIdentityResponse, ResourceIdentityResponseArgs

    UserAssignedIdentity string
    The user assigned managed identity's resource identifier to use when accessing a resource.
    UserAssignedIdentity string
    The user assigned managed identity's resource identifier to use when accessing a resource.
    userAssignedIdentity String
    The user assigned managed identity's resource identifier to use when accessing a resource.
    userAssignedIdentity string
    The user assigned managed identity's resource identifier to use when accessing a resource.
    user_assigned_identity str
    The user assigned managed identity's resource identifier to use when accessing a resource.
    userAssignedIdentity String
    The user assigned managed identity's resource identifier to use when accessing a resource.

    StorageAccount, StorageAccountArgs

    Id string
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    Identity Pulumi.AzureNative.VideoAnalyzer.Inputs.ResourceIdentity
    A managed identity that Video Analyzer will use to access the storage account.
    Id string
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    Identity ResourceIdentity
    A managed identity that Video Analyzer will use to access the storage account.
    id String
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    identity ResourceIdentity
    A managed identity that Video Analyzer will use to access the storage account.
    id string
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    identity ResourceIdentity
    A managed identity that Video Analyzer will use to access the storage account.
    id str
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    identity ResourceIdentity
    A managed identity that Video Analyzer will use to access the storage account.
    id String
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    identity Property Map
    A managed identity that Video Analyzer will use to access the storage account.

    StorageAccountResponse, StorageAccountResponseArgs

    Id string
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    Status string
    The current status of the storage account mapping.
    Identity Pulumi.AzureNative.VideoAnalyzer.Inputs.ResourceIdentityResponse
    A managed identity that Video Analyzer will use to access the storage account.
    Id string
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    Status string
    The current status of the storage account mapping.
    Identity ResourceIdentityResponse
    A managed identity that Video Analyzer will use to access the storage account.
    id String
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    status String
    The current status of the storage account mapping.
    identity ResourceIdentityResponse
    A managed identity that Video Analyzer will use to access the storage account.
    id string
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    status string
    The current status of the storage account mapping.
    identity ResourceIdentityResponse
    A managed identity that Video Analyzer will use to access the storage account.
    id str
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    status str
    The current status of the storage account mapping.
    identity ResourceIdentityResponse
    A managed identity that Video Analyzer will use to access the storage account.
    id String
    The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
    status String
    The current status of the storage account mapping.
    identity Property Map
    A managed identity that Video Analyzer will use to access the storage account.

    SystemDataResponse, SystemDataResponseArgs

    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.

    UserAssignedManagedIdentityResponse, UserAssignedManagedIdentityResponseArgs

    ClientId string
    The client ID.
    PrincipalId string
    The principal ID.
    ClientId string
    The client ID.
    PrincipalId string
    The principal ID.
    clientId String
    The client ID.
    principalId String
    The principal ID.
    clientId string
    The client ID.
    principalId string
    The principal ID.
    client_id str
    The client ID.
    principal_id str
    The principal ID.
    clientId String
    The client ID.
    principalId String
    The principal ID.

    VideoAnalyzerIdentity, VideoAnalyzerIdentityArgs

    Type string
    The identity type.
    UserAssignedIdentities List<string>
    The User Assigned Managed Identities.
    Type string
    The identity type.
    UserAssignedIdentities []string
    The User Assigned Managed Identities.
    type String
    The identity type.
    userAssignedIdentities List<String>
    The User Assigned Managed Identities.
    type string
    The identity type.
    userAssignedIdentities string[]
    The User Assigned Managed Identities.
    type str
    The identity type.
    user_assigned_identities Sequence[str]
    The User Assigned Managed Identities.
    type String
    The identity type.
    userAssignedIdentities List<String>
    The User Assigned Managed Identities.

    VideoAnalyzerIdentityResponse, VideoAnalyzerIdentityResponseArgs

    Type string
    The identity type.
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.VideoAnalyzer.Inputs.UserAssignedManagedIdentityResponse>
    The User Assigned Managed Identities.
    Type string
    The identity type.
    UserAssignedIdentities map[string]UserAssignedManagedIdentityResponse
    The User Assigned Managed Identities.
    type String
    The identity type.
    userAssignedIdentities Map<String,UserAssignedManagedIdentityResponse>
    The User Assigned Managed Identities.
    type string
    The identity type.
    userAssignedIdentities {[key: string]: UserAssignedManagedIdentityResponse}
    The User Assigned Managed Identities.
    type str
    The identity type.
    user_assigned_identities Mapping[str, UserAssignedManagedIdentityResponse]
    The User Assigned Managed Identities.
    type String
    The identity type.
    userAssignedIdentities Map<Property Map>
    The User Assigned Managed Identities.

    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.38.0 published on Monday, Apr 22, 2024 by Pulumi