1. Packages
  2. Azure Native
  3. API Docs
  4. storsimple
  5. getManagerExtendedInfo
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.storsimple.getManagerExtendedInfo

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Returns the extended information of the specified manager name. Azure REST API version: 2017-06-01.

    Using getManagerExtendedInfo

    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 getManagerExtendedInfo(args: GetManagerExtendedInfoArgs, opts?: InvokeOptions): Promise<GetManagerExtendedInfoResult>
    function getManagerExtendedInfoOutput(args: GetManagerExtendedInfoOutputArgs, opts?: InvokeOptions): Output<GetManagerExtendedInfoResult>
    def get_manager_extended_info(manager_name: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetManagerExtendedInfoResult
    def get_manager_extended_info_output(manager_name: Optional[pulumi.Input[str]] = None,
                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetManagerExtendedInfoResult]
    func LookupManagerExtendedInfo(ctx *Context, args *LookupManagerExtendedInfoArgs, opts ...InvokeOption) (*LookupManagerExtendedInfoResult, error)
    func LookupManagerExtendedInfoOutput(ctx *Context, args *LookupManagerExtendedInfoOutputArgs, opts ...InvokeOption) LookupManagerExtendedInfoResultOutput

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

    public static class GetManagerExtendedInfo 
    {
        public static Task<GetManagerExtendedInfoResult> InvokeAsync(GetManagerExtendedInfoArgs args, InvokeOptions? opts = null)
        public static Output<GetManagerExtendedInfoResult> Invoke(GetManagerExtendedInfoInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagerExtendedInfoResult> getManagerExtendedInfo(GetManagerExtendedInfoArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:storsimple:getManagerExtendedInfo
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ManagerName string
    The manager name
    ResourceGroupName string
    The resource group name
    ManagerName string
    The manager name
    ResourceGroupName string
    The resource group name
    managerName String
    The manager name
    resourceGroupName String
    The resource group name
    managerName string
    The manager name
    resourceGroupName string
    The resource group name
    manager_name str
    The manager name
    resource_group_name str
    The resource group name
    managerName String
    The manager name
    resourceGroupName String
    The resource group name

    getManagerExtendedInfo Result

    The following output properties are available:

    Algorithm string
    Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted
    Id string
    The path ID that uniquely identifies the object.
    IntegrityKey string
    Represents the CIK of the resource.
    Name string
    The name of the object.
    Type string
    The hierarchical type of the object.
    EncryptionKey string
    Represents the CEK of the resource.
    EncryptionKeyThumbprint string
    Represents the Cert thumbprint that was used to encrypt the CEK.
    Etag string
    The etag of the resource.
    Kind string
    The Kind of the object. Currently only Series8000 is supported
    PortalCertificateThumbprint string
    Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
    Version string
    The version of the extended info being persisted.
    Algorithm string
    Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted
    Id string
    The path ID that uniquely identifies the object.
    IntegrityKey string
    Represents the CIK of the resource.
    Name string
    The name of the object.
    Type string
    The hierarchical type of the object.
    EncryptionKey string
    Represents the CEK of the resource.
    EncryptionKeyThumbprint string
    Represents the Cert thumbprint that was used to encrypt the CEK.
    Etag string
    The etag of the resource.
    Kind string
    The Kind of the object. Currently only Series8000 is supported
    PortalCertificateThumbprint string
    Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
    Version string
    The version of the extended info being persisted.
    algorithm String
    Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted
    id String
    The path ID that uniquely identifies the object.
    integrityKey String
    Represents the CIK of the resource.
    name String
    The name of the object.
    type String
    The hierarchical type of the object.
    encryptionKey String
    Represents the CEK of the resource.
    encryptionKeyThumbprint String
    Represents the Cert thumbprint that was used to encrypt the CEK.
    etag String
    The etag of the resource.
    kind String
    The Kind of the object. Currently only Series8000 is supported
    portalCertificateThumbprint String
    Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
    version String
    The version of the extended info being persisted.
    algorithm string
    Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted
    id string
    The path ID that uniquely identifies the object.
    integrityKey string
    Represents the CIK of the resource.
    name string
    The name of the object.
    type string
    The hierarchical type of the object.
    encryptionKey string
    Represents the CEK of the resource.
    encryptionKeyThumbprint string
    Represents the Cert thumbprint that was used to encrypt the CEK.
    etag string
    The etag of the resource.
    kind string
    The Kind of the object. Currently only Series8000 is supported
    portalCertificateThumbprint string
    Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
    version string
    The version of the extended info being persisted.
    algorithm str
    Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted
    id str
    The path ID that uniquely identifies the object.
    integrity_key str
    Represents the CIK of the resource.
    name str
    The name of the object.
    type str
    The hierarchical type of the object.
    encryption_key str
    Represents the CEK of the resource.
    encryption_key_thumbprint str
    Represents the Cert thumbprint that was used to encrypt the CEK.
    etag str
    The etag of the resource.
    kind str
    The Kind of the object. Currently only Series8000 is supported
    portal_certificate_thumbprint str
    Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
    version str
    The version of the extended info being persisted.
    algorithm String
    Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted
    id String
    The path ID that uniquely identifies the object.
    integrityKey String
    Represents the CIK of the resource.
    name String
    The name of the object.
    type String
    The hierarchical type of the object.
    encryptionKey String
    Represents the CEK of the resource.
    encryptionKeyThumbprint String
    Represents the Cert thumbprint that was used to encrypt the CEK.
    etag String
    The etag of the resource.
    kind String
    The Kind of the object. Currently only Series8000 is supported
    portalCertificateThumbprint String
    Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
    version String
    The version of the extended info being persisted.

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi