azure-native.storsimple.ManagerExtendedInfo
Explore with Pulumi AI
The extended info of the manager. API Version: 2017-06-01.
Example Usage
ManagersCreateExtendedInfo
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var managerExtendedInfo = new AzureNative.StorSimple.ManagerExtendedInfo("managerExtendedInfo", new()
{
Algorithm = "None",
IntegrityKey = "BIl+RHqO8PZ6DRvuXTTK7g==",
ManagerName = "ManagerForSDKTest2",
ResourceGroupName = "ResourceGroupForSDKTest",
});
});
package main
import (
storsimple "github.com/pulumi/pulumi-azure-native-sdk/storsimple"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := storsimple.NewManagerExtendedInfo(ctx, "managerExtendedInfo", &storsimple.ManagerExtendedInfoArgs{
Algorithm: pulumi.String("None"),
IntegrityKey: pulumi.String("BIl+RHqO8PZ6DRvuXTTK7g=="),
ManagerName: pulumi.String("ManagerForSDKTest2"),
ResourceGroupName: pulumi.String("ResourceGroupForSDKTest"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.storsimple.ManagerExtendedInfo;
import com.pulumi.azurenative.storsimple.ManagerExtendedInfoArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var managerExtendedInfo = new ManagerExtendedInfo("managerExtendedInfo", ManagerExtendedInfoArgs.builder()
.algorithm("None")
.integrityKey("BIl+RHqO8PZ6DRvuXTTK7g==")
.managerName("ManagerForSDKTest2")
.resourceGroupName("ResourceGroupForSDKTest")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
manager_extended_info = azure_native.storsimple.ManagerExtendedInfo("managerExtendedInfo",
algorithm="None",
integrity_key="BIl+RHqO8PZ6DRvuXTTK7g==",
manager_name="ManagerForSDKTest2",
resource_group_name="ResourceGroupForSDKTest")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const managerExtendedInfo = new azure_native.storsimple.ManagerExtendedInfo("managerExtendedInfo", {
algorithm: "None",
integrityKey: "BIl+RHqO8PZ6DRvuXTTK7g==",
managerName: "ManagerForSDKTest2",
resourceGroupName: "ResourceGroupForSDKTest",
});
resources:
managerExtendedInfo:
type: azure-native:storsimple:ManagerExtendedInfo
properties:
algorithm: None
integrityKey: BIl+RHqO8PZ6DRvuXTTK7g==
managerName: ManagerForSDKTest2
resourceGroupName: ResourceGroupForSDKTest
Create ManagerExtendedInfo Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagerExtendedInfo(name: string, args: ManagerExtendedInfoArgs, opts?: CustomResourceOptions);
@overload
def ManagerExtendedInfo(resource_name: str,
args: ManagerExtendedInfoArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagerExtendedInfo(resource_name: str,
opts: Optional[ResourceOptions] = None,
algorithm: Optional[str] = None,
integrity_key: Optional[str] = None,
manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
encryption_key: Optional[str] = None,
encryption_key_thumbprint: Optional[str] = None,
kind: Optional[Kind] = None,
portal_certificate_thumbprint: Optional[str] = None,
version: Optional[str] = None)
func NewManagerExtendedInfo(ctx *Context, name string, args ManagerExtendedInfoArgs, opts ...ResourceOption) (*ManagerExtendedInfo, error)
public ManagerExtendedInfo(string name, ManagerExtendedInfoArgs args, CustomResourceOptions? opts = null)
public ManagerExtendedInfo(String name, ManagerExtendedInfoArgs args)
public ManagerExtendedInfo(String name, ManagerExtendedInfoArgs args, CustomResourceOptions options)
type: azure-native:storsimple:ManagerExtendedInfo
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 ManagerExtendedInfoArgs
- 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 ManagerExtendedInfoArgs
- 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 ManagerExtendedInfoArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagerExtendedInfoArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagerExtendedInfoArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var managerExtendedInfoResource = new AzureNative.Storsimple.ManagerExtendedInfo("managerExtendedInfoResource", new()
{
Algorithm = "string",
IntegrityKey = "string",
ManagerName = "string",
ResourceGroupName = "string",
EncryptionKey = "string",
EncryptionKeyThumbprint = "string",
Kind = "Series8000",
PortalCertificateThumbprint = "string",
Version = "string",
});
example, err := storsimple.NewManagerExtendedInfo(ctx, "managerExtendedInfoResource", &storsimple.ManagerExtendedInfoArgs{
Algorithm: "string",
IntegrityKey: "string",
ManagerName: "string",
ResourceGroupName: "string",
EncryptionKey: "string",
EncryptionKeyThumbprint: "string",
Kind: "Series8000",
PortalCertificateThumbprint: "string",
Version: "string",
})
var managerExtendedInfoResource = new ManagerExtendedInfo("managerExtendedInfoResource", ManagerExtendedInfoArgs.builder()
.algorithm("string")
.integrityKey("string")
.managerName("string")
.resourceGroupName("string")
.encryptionKey("string")
.encryptionKeyThumbprint("string")
.kind("Series8000")
.portalCertificateThumbprint("string")
.version("string")
.build());
manager_extended_info_resource = azure_native.storsimple.ManagerExtendedInfo("managerExtendedInfoResource",
algorithm=string,
integrity_key=string,
manager_name=string,
resource_group_name=string,
encryption_key=string,
encryption_key_thumbprint=string,
kind=Series8000,
portal_certificate_thumbprint=string,
version=string)
const managerExtendedInfoResource = new azure_native.storsimple.ManagerExtendedInfo("managerExtendedInfoResource", {
algorithm: "string",
integrityKey: "string",
managerName: "string",
resourceGroupName: "string",
encryptionKey: "string",
encryptionKeyThumbprint: "string",
kind: "Series8000",
portalCertificateThumbprint: "string",
version: "string",
});
type: azure-native:storsimple:ManagerExtendedInfo
properties:
algorithm: string
encryptionKey: string
encryptionKeyThumbprint: string
integrityKey: string
kind: Series8000
managerName: string
portalCertificateThumbprint: string
resourceGroupName: string
version: string
ManagerExtendedInfo 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 ManagerExtendedInfo resource accepts the following input properties:
- 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
- Integrity
Key string - Represents the CIK of the resource.
- Manager
Name string - The manager name
- Resource
Group stringName - The resource group name
- Encryption
Key string - Represents the CEK of the resource.
- Encryption
Key stringThumbprint - Represents the Cert thumbprint that was used to encrypt the CEK.
- Kind
Pulumi.
Azure Native. Stor Simple. Kind - 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
- Integrity
Key string - Represents the CIK of the resource.
- Manager
Name string - The manager name
- Resource
Group stringName - The resource group name
- Encryption
Key string - Represents the CEK of the resource.
- Encryption
Key stringThumbprint - Represents the Cert thumbprint that was used to encrypt the CEK.
- Kind Kind
- 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
- integrity
Key String - Represents the CIK of the resource.
- manager
Name String - The manager name
- resource
Group StringName - The resource group name
- encryption
Key String - Represents the CEK of the resource.
- encryption
Key StringThumbprint - Represents the Cert thumbprint that was used to encrypt the CEK.
- kind Kind
- 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
- integrity
Key string - Represents the CIK of the resource.
- manager
Name string - The manager name
- resource
Group stringName - The resource group name
- encryption
Key string - Represents the CEK of the resource.
- encryption
Key stringThumbprint - Represents the Cert thumbprint that was used to encrypt the CEK.
- kind Kind
- 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
- integrity_
key str - Represents the CIK of the resource.
- manager_
name str - The manager name
- resource_
group_ strname - The resource group name
- encryption_
key str - Represents the CEK of the resource.
- encryption_
key_ strthumbprint - Represents the Cert thumbprint that was used to encrypt the CEK.
- kind Kind
- 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
- integrity
Key String - Represents the CIK of the resource.
- manager
Name String - The manager name
- resource
Group StringName - The resource group name
- encryption
Key String - Represents the CEK of the resource.
- encryption
Key StringThumbprint - Represents the Cert thumbprint that was used to encrypt the CEK.
- kind "Series8000"
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagerExtendedInfo resource produces the following output properties:
Supporting Types
Kind, KindArgs
- Series8000
- Series8000
- Kind
Series8000 - Series8000
- Series8000
- Series8000
- Series8000
- Series8000
- SERIES8000
- Series8000
- "Series8000"
- Series8000
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:storsimple:ManagerExtendedInfo vaultExtendedInfo /subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/Managers/ManagerForSDKTest2extendedInformation/vaultExtendedInfo
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0