1. Packages
  2. Azure Native
  3. API Docs
  4. dataprotection
  5. getResourceGuard
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.dataprotection.getResourceGuard

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

    Azure REST API version: 2023-01-01.

    Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-06-01-preview, 2023-08-01-preview, 2023-11-01, 2023-12-01, 2024-02-01-preview, 2024-03-01, 2024-04-01.

    Using getResourceGuard

    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 getResourceGuard(args: GetResourceGuardArgs, opts?: InvokeOptions): Promise<GetResourceGuardResult>
    function getResourceGuardOutput(args: GetResourceGuardOutputArgs, opts?: InvokeOptions): Output<GetResourceGuardResult>
    def get_resource_guard(resource_group_name: Optional[str] = None,
                           resource_guards_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetResourceGuardResult
    def get_resource_guard_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                           resource_guards_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetResourceGuardResult]
    func LookupResourceGuard(ctx *Context, args *LookupResourceGuardArgs, opts ...InvokeOption) (*LookupResourceGuardResult, error)
    func LookupResourceGuardOutput(ctx *Context, args *LookupResourceGuardOutputArgs, opts ...InvokeOption) LookupResourceGuardResultOutput

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

    public static class GetResourceGuard 
    {
        public static Task<GetResourceGuardResult> InvokeAsync(GetResourceGuardArgs args, InvokeOptions? opts = null)
        public static Output<GetResourceGuardResult> Invoke(GetResourceGuardInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetResourceGuardResult> getResourceGuard(GetResourceGuardArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:dataprotection:getResourceGuard
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceGuardsName string
    The name of ResourceGuard
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceGuardsName string
    The name of ResourceGuard
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceGuardsName String
    The name of ResourceGuard
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    resourceGuardsName string
    The name of ResourceGuard
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    resource_guards_name str
    The name of ResourceGuard
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceGuardsName String
    The name of ResourceGuard

    getResourceGuard Result

    The following output properties are available:

    Id string
    Resource Id represents the complete path to the resource.
    Name string
    Resource name associated with the resource.
    Properties Pulumi.AzureNative.DataProtection.Outputs.ResourceGuardResponse
    ResourceGuardResource properties
    SystemData Pulumi.AzureNative.DataProtection.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
    ETag string
    Optional ETag.
    Location string
    Resource location.
    Tags Dictionary<string, string>
    Resource tags.
    Id string
    Resource Id represents the complete path to the resource.
    Name string
    Resource name associated with the resource.
    Properties ResourceGuardResponse
    ResourceGuardResource properties
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
    ETag string
    Optional ETag.
    Location string
    Resource location.
    Tags map[string]string
    Resource tags.
    id String
    Resource Id represents the complete path to the resource.
    name String
    Resource name associated with the resource.
    properties ResourceGuardResponse
    ResourceGuardResource properties
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
    eTag String
    Optional ETag.
    location String
    Resource location.
    tags Map<String,String>
    Resource tags.
    id string
    Resource Id represents the complete path to the resource.
    name string
    Resource name associated with the resource.
    properties ResourceGuardResponse
    ResourceGuardResource properties
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
    eTag string
    Optional ETag.
    location string
    Resource location.
    tags {[key: string]: string}
    Resource tags.
    id str
    Resource Id represents the complete path to the resource.
    name str
    Resource name associated with the resource.
    properties ResourceGuardResponse
    ResourceGuardResource properties
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
    e_tag str
    Optional ETag.
    location str
    Resource location.
    tags Mapping[str, str]
    Resource tags.
    id String
    Resource Id represents the complete path to the resource.
    name String
    Resource name associated with the resource.
    properties Property Map
    ResourceGuardResource properties
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
    eTag String
    Optional ETag.
    location String
    Resource location.
    tags Map<String>
    Resource tags.

    Supporting Types

    ResourceGuardOperationResponse

    RequestResourceType string
    Type of resource request.
    VaultCriticalOperation string
    Name of the critical operation.
    RequestResourceType string
    Type of resource request.
    VaultCriticalOperation string
    Name of the critical operation.
    requestResourceType String
    Type of resource request.
    vaultCriticalOperation String
    Name of the critical operation.
    requestResourceType string
    Type of resource request.
    vaultCriticalOperation string
    Name of the critical operation.
    request_resource_type str
    Type of resource request.
    vault_critical_operation str
    Name of the critical operation.
    requestResourceType String
    Type of resource request.
    vaultCriticalOperation String
    Name of the critical operation.

    ResourceGuardResponse

    AllowAutoApprovals bool
    This flag indicates whether auto approval is allowed or not.
    Description string
    Description about the pre-req steps to perform all the critical operations.
    ProvisioningState string
    Provisioning state of the BackupVault resource
    ResourceGuardOperations List<Pulumi.AzureNative.DataProtection.Inputs.ResourceGuardOperationResponse>
    {readonly} List of operation details those are protected by the ResourceGuard resource
    VaultCriticalOperationExclusionList List<string>
    List of critical operations which are not protected by this resourceGuard
    AllowAutoApprovals bool
    This flag indicates whether auto approval is allowed or not.
    Description string
    Description about the pre-req steps to perform all the critical operations.
    ProvisioningState string
    Provisioning state of the BackupVault resource
    ResourceGuardOperations []ResourceGuardOperationResponse
    {readonly} List of operation details those are protected by the ResourceGuard resource
    VaultCriticalOperationExclusionList []string
    List of critical operations which are not protected by this resourceGuard
    allowAutoApprovals Boolean
    This flag indicates whether auto approval is allowed or not.
    description String
    Description about the pre-req steps to perform all the critical operations.
    provisioningState String
    Provisioning state of the BackupVault resource
    resourceGuardOperations List<ResourceGuardOperationResponse>
    {readonly} List of operation details those are protected by the ResourceGuard resource
    vaultCriticalOperationExclusionList List<String>
    List of critical operations which are not protected by this resourceGuard
    allowAutoApprovals boolean
    This flag indicates whether auto approval is allowed or not.
    description string
    Description about the pre-req steps to perform all the critical operations.
    provisioningState string
    Provisioning state of the BackupVault resource
    resourceGuardOperations ResourceGuardOperationResponse[]
    {readonly} List of operation details those are protected by the ResourceGuard resource
    vaultCriticalOperationExclusionList string[]
    List of critical operations which are not protected by this resourceGuard
    allow_auto_approvals bool
    This flag indicates whether auto approval is allowed or not.
    description str
    Description about the pre-req steps to perform all the critical operations.
    provisioning_state str
    Provisioning state of the BackupVault resource
    resource_guard_operations Sequence[ResourceGuardOperationResponse]
    {readonly} List of operation details those are protected by the ResourceGuard resource
    vault_critical_operation_exclusion_list Sequence[str]
    List of critical operations which are not protected by this resourceGuard
    allowAutoApprovals Boolean
    This flag indicates whether auto approval is allowed or not.
    description String
    Description about the pre-req steps to perform all the critical operations.
    provisioningState String
    Provisioning state of the BackupVault resource
    resourceGuardOperations List<Property Map>
    {readonly} List of operation details those are protected by the ResourceGuard resource
    vaultCriticalOperationExclusionList List<String>
    List of critical operations which are not protected by this resourceGuard

    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.

    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