Azure Native
getManagerExtendedInfo
The extended info of the manager. 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:
- Manager
Name string The manager name
- Resource
Group stringName The resource group name
- Manager
Name string The manager name
- Resource
Group stringName The resource group name
- manager
Name String The manager name
- resource
Group StringName The resource group name
- manager
Name string The manager name
- resource
Group stringName The resource group name
- manager_
name str The manager name
- resource_
group_ strname The resource group name
- manager
Name String The manager name
- resource
Group StringName 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.
- Integrity
Key string Represents the CIK of the resource.
- Name string
The name of the object.
- Type string
The hierarchical type of the object.
- Encryption
Key string Represents the CEK of the resource.
- Encryption
Key stringThumbprint 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
- Portal
Certificate stringThumbprint 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.
- Integrity
Key string Represents the CIK of the resource.
- Name string
The name of the object.
- Type string
The hierarchical type of the object.
- Encryption
Key string Represents the CEK of the resource.
- Encryption
Key stringThumbprint 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
- Portal
Certificate stringThumbprint 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.
- integrity
Key String Represents the CIK of the resource.
- name String
The name of the object.
- type String
The hierarchical type of the object.
- encryption
Key String Represents the CEK of the resource.
- encryption
Key StringThumbprint 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
- portal
Certificate StringThumbprint 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.
- integrity
Key string Represents the CIK of the resource.
- name string
The name of the object.
- type string
The hierarchical type of the object.
- encryption
Key string Represents the CEK of the resource.
- encryption
Key stringThumbprint 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
- portal
Certificate stringThumbprint 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_ strthumbprint 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_ strthumbprint 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.
- integrity
Key String Represents the CIK of the resource.
- name String
The name of the object.
- type String
The hierarchical type of the object.
- encryption
Key String Represents the CEK of the resource.
- encryption
Key StringThumbprint 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
- portal
Certificate StringThumbprint 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
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0