azure-native-v2.networkcloud.BmcKeySet
Explore with Pulumi AI
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
Create BmcKeySet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BmcKeySet(name: string, args: BmcKeySetArgs, opts?: CustomResourceOptions);
@overload
def BmcKeySet(resource_name: str,
args: BmcKeySetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BmcKeySet(resource_name: str,
opts: Optional[ResourceOptions] = None,
azure_group_id: Optional[str] = None,
cluster_name: Optional[str] = None,
expiration: Optional[str] = None,
extended_location: Optional[ExtendedLocationArgs] = None,
privilege_level: Optional[Union[str, BmcKeySetPrivilegeLevel]] = None,
resource_group_name: Optional[str] = None,
user_list: Optional[Sequence[KeySetUserArgs]] = None,
bmc_key_set_name: Optional[str] = None,
location: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewBmcKeySet(ctx *Context, name string, args BmcKeySetArgs, opts ...ResourceOption) (*BmcKeySet, error)
public BmcKeySet(string name, BmcKeySetArgs args, CustomResourceOptions? opts = null)
public BmcKeySet(String name, BmcKeySetArgs args)
public BmcKeySet(String name, BmcKeySetArgs args, CustomResourceOptions options)
type: azure-native:networkcloud:BmcKeySet
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BmcKeySetArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. BmcKeySetArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BmcKeySetArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BmcKeySetArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. BmcKeySetArgs - 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 bmcKeySetResource = new AzureNative.Networkcloud.BmcKeySet("bmcKeySetResource", new()
{
AzureGroupId = "string",
ClusterName = "string",
Expiration = "string",
ExtendedLocation =
{
{ "name", "string" },
{ "type", "string" },
},
PrivilegeLevel = "string",
ResourceGroupName = "string",
UserList = new[]
{
{
{ "azureUserName", "string" },
{ "sshPublicKey",
{
{ "keyData", "string" },
} },
{ "description", "string" },
{ "userPrincipalName", "string" },
},
},
BmcKeySetName = "string",
Location = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := networkcloud.NewBmcKeySet(ctx, "bmcKeySetResource", &networkcloud.BmcKeySetArgs{
AzureGroupId: "string",
ClusterName: "string",
Expiration: "string",
ExtendedLocation: map[string]interface{}{
"name": "string",
"type": "string",
},
PrivilegeLevel: "string",
ResourceGroupName: "string",
UserList: []map[string]interface{}{
map[string]interface{}{
"azureUserName": "string",
"sshPublicKey": map[string]interface{}{
"keyData": "string",
},
"description": "string",
"userPrincipalName": "string",
},
},
BmcKeySetName: "string",
Location: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var bmcKeySetResource = new BmcKeySet("bmcKeySetResource", BmcKeySetArgs.builder()
.azureGroupId("string")
.clusterName("string")
.expiration("string")
.extendedLocation(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.privilegeLevel("string")
.resourceGroupName("string")
.userList(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.bmcKeySetName("string")
.location("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
bmc_key_set_resource = azure_native.networkcloud.BmcKeySet("bmcKeySetResource",
azure_group_id=string,
cluster_name=string,
expiration=string,
extended_location={
name: string,
type: string,
},
privilege_level=string,
resource_group_name=string,
user_list=[{
azureUserName: string,
sshPublicKey: {
keyData: string,
},
description: string,
userPrincipalName: string,
}],
bmc_key_set_name=string,
location=string,
tags={
string: string,
})
const bmcKeySetResource = new azure_native.networkcloud.BmcKeySet("bmcKeySetResource", {
azureGroupId: "string",
clusterName: "string",
expiration: "string",
extendedLocation: {
name: "string",
type: "string",
},
privilegeLevel: "string",
resourceGroupName: "string",
userList: [{
azureUserName: "string",
sshPublicKey: {
keyData: "string",
},
description: "string",
userPrincipalName: "string",
}],
bmcKeySetName: "string",
location: "string",
tags: {
string: "string",
},
});
type: azure-native:networkcloud:BmcKeySet
properties:
azureGroupId: string
bmcKeySetName: string
clusterName: string
expiration: string
extendedLocation:
name: string
type: string
location: string
privilegeLevel: string
resourceGroupName: string
tags:
string: string
userList:
- azureUserName: string
description: string
sshPublicKey:
keyData: string
userPrincipalName: string
BmcKeySet Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The BmcKeySet resource accepts the following input properties:
- Azure
Group Id This property is required. Changes to this property will trigger replacement.
- The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
- Cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the cluster.
- Expiration
This property is required. string - The date and time after which the users in this key set will be removed from the baseboard management controllers.
- Extended
Location This property is required. Pulumi.Azure Native. Network Cloud. Inputs. Extended Location - The extended location of the cluster associated with the resource.
- Privilege
Level This property is required. Changes to this property will trigger replacement.
Azure Native. Network Cloud. Bmc Key Set Privilege Level - The access level allowed for the users in this key set.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- User
List This property is required. List<Pulumi.Azure Native. Network Cloud. Inputs. Key Set User> - The unique list of permitted users.
- Bmc
Key Set Name Changes to this property will trigger replacement.
- The name of the baseboard management controller key set.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Dictionary<string, string>
- Resource tags.
- Azure
Group Id This property is required. Changes to this property will trigger replacement.
- The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
- Cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the cluster.
- Expiration
This property is required. string - The date and time after which the users in this key set will be removed from the baseboard management controllers.
- Extended
Location This property is required. ExtendedLocation Args - The extended location of the cluster associated with the resource.
- Privilege
Level This property is required. Changes to this property will trigger replacement.
Key Set Privilege Level - The access level allowed for the users in this key set.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- User
List This property is required. []KeySet User Args - The unique list of permitted users.
- Bmc
Key Set Name Changes to this property will trigger replacement.
- The name of the baseboard management controller key set.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- map[string]string
- Resource tags.
- azure
Group Id This property is required. Changes to this property will trigger replacement.
- The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
- cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the cluster.
- expiration
This property is required. String - The date and time after which the users in this key set will be removed from the baseboard management controllers.
- extended
Location This property is required. ExtendedLocation - The extended location of the cluster associated with the resource.
- privilege
Level This property is required. Changes to this property will trigger replacement.
Key Set Privilege Level - The access level allowed for the users in this key set.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- user
List This property is required. List<KeySet User> - The unique list of permitted users.
- bmc
Key Set Name Changes to this property will trigger replacement.
- The name of the baseboard management controller key set.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Map<String,String>
- Resource tags.
- azure
Group Id This property is required. Changes to this property will trigger replacement.
- The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
- cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the cluster.
- expiration
This property is required. string - The date and time after which the users in this key set will be removed from the baseboard management controllers.
- extended
Location This property is required. ExtendedLocation - The extended location of the cluster associated with the resource.
- privilege
Level This property is required. Changes to this property will trigger replacement.
Key Set Privilege Level - The access level allowed for the users in this key set.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- user
List This property is required. KeySet User[] - The unique list of permitted users.
- bmc
Key Set Name Changes to this property will trigger replacement.
- The name of the baseboard management controller key set.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- {[key: string]: string}
- Resource tags.
- azure_
group_ id This property is required. Changes to this property will trigger replacement.
- The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
- cluster_
name This property is required. Changes to this property will trigger replacement.
- The name of the cluster.
- expiration
This property is required. str - The date and time after which the users in this key set will be removed from the baseboard management controllers.
- extended_
location This property is required. ExtendedLocation Args - The extended location of the cluster associated with the resource.
- privilege_
level This property is required. Changes to this property will trigger replacement.
Key Set Privilege Level - The access level allowed for the users in this key set.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- user_
list This property is required. Sequence[KeySet User Args] - The unique list of permitted users.
- bmc_
key_ set_ name Changes to this property will trigger replacement.
- The name of the baseboard management controller key set.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Mapping[str, str]
- Resource tags.
- azure
Group Id This property is required. Changes to this property will trigger replacement.
- The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
- cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the cluster.
- expiration
This property is required. String - The date and time after which the users in this key set will be removed from the baseboard management controllers.
- extended
Location This property is required. Property Map - The extended location of the cluster associated with the resource.
- privilege
Level This property is required. Changes to this property will trigger replacement.
Only" | "Administrator" - The access level allowed for the users in this key set.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- user
List This property is required. List<Property Map> - The unique list of permitted users.
- bmc
Key Set Name Changes to this property will trigger replacement.
- The name of the baseboard management controller key set.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the BmcKeySet resource produces the following output properties:
- Detailed
Status string - The more detailed status of the key set.
- Detailed
Status stringMessage - The descriptive message about the current detailed status.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Validation string - The last time this key set was validated.
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state of the baseboard management controller key set.
- System
Data Pulumi.Azure Native. Network Cloud. Outputs. System Data Response - 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"
- User
List List<Pulumi.Status Azure Native. Network Cloud. Outputs. Key Set User Status Response> - The status evaluation of each user.
- Detailed
Status string - The more detailed status of the key set.
- Detailed
Status stringMessage - The descriptive message about the current detailed status.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Validation string - The last time this key set was validated.
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state of the baseboard management controller key set.
- System
Data SystemData Response - 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"
- User
List []KeyStatus Set User Status Response - The status evaluation of each user.
- detailed
Status String - The more detailed status of the key set.
- detailed
Status StringMessage - The descriptive message about the current detailed status.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Validation String - The last time this key set was validated.
- name String
- The name of the resource
- provisioning
State String - The provisioning state of the baseboard management controller key set.
- system
Data SystemData Response - 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"
- user
List List<KeyStatus Set User Status Response> - The status evaluation of each user.
- detailed
Status string - The more detailed status of the key set.
- detailed
Status stringMessage - The descriptive message about the current detailed status.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Validation string - The last time this key set was validated.
- name string
- The name of the resource
- provisioning
State string - The provisioning state of the baseboard management controller key set.
- system
Data SystemData Response - 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"
- user
List KeyStatus Set User Status Response[] - The status evaluation of each user.
- detailed_
status str - The more detailed status of the key set.
- detailed_
status_ strmessage - The descriptive message about the current detailed status.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
validation str - The last time this key set was validated.
- name str
- The name of the resource
- provisioning_
state str - The provisioning state of the baseboard management controller key set.
- system_
data SystemData Response - 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"
- user_
list_ Sequence[Keystatus Set User Status Response] - The status evaluation of each user.
- detailed
Status String - The more detailed status of the key set.
- detailed
Status StringMessage - The descriptive message about the current detailed status.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Validation String - The last time this key set was validated.
- name String
- The name of the resource
- provisioning
State String - The provisioning state of the baseboard management controller key set.
- system
Data 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"
- user
List List<Property Map>Status - The status evaluation of each user.
Supporting Types
BmcKeySetPrivilegeLevel, BmcKeySetPrivilegeLevelArgs
- Read
Only - ReadOnly
- Administrator
- Administrator
- Bmc
Key Set Privilege Level Read Only - ReadOnly
- Bmc
Key Set Privilege Level Administrator - Administrator
- Read
Only - ReadOnly
- Administrator
- Administrator
- Read
Only - ReadOnly
- Administrator
- Administrator
- READ_ONLY
- ReadOnly
- ADMINISTRATOR
- Administrator
- "Read
Only" - ReadOnly
- "Administrator"
- Administrator
ExtendedLocation, ExtendedLocationArgs
ExtendedLocationResponse, ExtendedLocationResponseArgs
KeySetUser, KeySetUserArgs
- Azure
User Name This property is required. string - The user name that will be used for access.
- Ssh
Public Key This property is required. Pulumi.Azure Native. Network Cloud. Inputs. Ssh Public Key - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- Description string
- The free-form description for this user.
- User
Principal stringName - The user principal name (email format) used to validate this user's group membership.
- Azure
User Name This property is required. string - The user name that will be used for access.
- Ssh
Public Key This property is required. SshPublic Key - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- Description string
- The free-form description for this user.
- User
Principal stringName - The user principal name (email format) used to validate this user's group membership.
- azure
User Name This property is required. String - The user name that will be used for access.
- ssh
Public Key This property is required. SshPublic Key - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- description String
- The free-form description for this user.
- user
Principal StringName - The user principal name (email format) used to validate this user's group membership.
- azure
User Name This property is required. string - The user name that will be used for access.
- ssh
Public Key This property is required. SshPublic Key - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- description string
- The free-form description for this user.
- user
Principal stringName - The user principal name (email format) used to validate this user's group membership.
- azure_
user_ name This property is required. str - The user name that will be used for access.
- ssh_
public_ key This property is required. SshPublic Key - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- description str
- The free-form description for this user.
- user_
principal_ strname - The user principal name (email format) used to validate this user's group membership.
- azure
User Name This property is required. String - The user name that will be used for access.
- ssh
Public Key This property is required. Property Map - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- description String
- The free-form description for this user.
- user
Principal StringName - The user principal name (email format) used to validate this user's group membership.
KeySetUserResponse, KeySetUserResponseArgs
- Azure
User Name This property is required. string - The user name that will be used for access.
- Ssh
Public Key This property is required. Pulumi.Azure Native. Network Cloud. Inputs. Ssh Public Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- Description string
- The free-form description for this user.
- User
Principal stringName - The user principal name (email format) used to validate this user's group membership.
- Azure
User Name This property is required. string - The user name that will be used for access.
- Ssh
Public Key This property is required. SshPublic Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- Description string
- The free-form description for this user.
- User
Principal stringName - The user principal name (email format) used to validate this user's group membership.
- azure
User Name This property is required. String - The user name that will be used for access.
- ssh
Public Key This property is required. SshPublic Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- description String
- The free-form description for this user.
- user
Principal StringName - The user principal name (email format) used to validate this user's group membership.
- azure
User Name This property is required. string - The user name that will be used for access.
- ssh
Public Key This property is required. SshPublic Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- description string
- The free-form description for this user.
- user
Principal stringName - The user principal name (email format) used to validate this user's group membership.
- azure_
user_ name This property is required. str - The user name that will be used for access.
- ssh_
public_ key This property is required. SshPublic Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- description str
- The free-form description for this user.
- user_
principal_ strname - The user principal name (email format) used to validate this user's group membership.
- azure
User Name This property is required. String - The user name that will be used for access.
- ssh
Public Key This property is required. Property Map - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- description String
- The free-form description for this user.
- user
Principal StringName - The user principal name (email format) used to validate this user's group membership.
KeySetUserStatusResponse, KeySetUserStatusResponseArgs
- Azure
User Name This property is required. string - The user name that will be used for access.
- Status
This property is required. string - The indicator of whether the user is currently deployed for access.
- Status
Message This property is required. string - The additional information describing the current status of this user, if any available.
- Azure
User Name This property is required. string - The user name that will be used for access.
- Status
This property is required. string - The indicator of whether the user is currently deployed for access.
- Status
Message This property is required. string - The additional information describing the current status of this user, if any available.
- azure
User Name This property is required. String - The user name that will be used for access.
- status
This property is required. String - The indicator of whether the user is currently deployed for access.
- status
Message This property is required. String - The additional information describing the current status of this user, if any available.
- azure
User Name This property is required. string - The user name that will be used for access.
- status
This property is required. string - The indicator of whether the user is currently deployed for access.
- status
Message This property is required. string - The additional information describing the current status of this user, if any available.
- azure_
user_ name This property is required. str - The user name that will be used for access.
- status
This property is required. str - The indicator of whether the user is currently deployed for access.
- status_
message This property is required. str - The additional information describing the current status of this user, if any available.
- azure
User Name This property is required. String - The user name that will be used for access.
- status
This property is required. String - The indicator of whether the user is currently deployed for access.
- status
Message This property is required. String - The additional information describing the current status of this user, if any available.
SshPublicKey, SshPublicKeyArgs
- Key
Data This property is required. string - The SSH public key data.
- Key
Data This property is required. string - The SSH public key data.
- key
Data This property is required. String - The SSH public key data.
- key
Data This property is required. string - The SSH public key data.
- key_
data This property is required. str - The SSH public key data.
- key
Data This property is required. String - The SSH public key data.
SshPublicKeyResponse, SshPublicKeyResponseArgs
- Key
Data This property is required. string - The SSH public key data.
- Key
Data This property is required. string - The SSH public key data.
- key
Data This property is required. String - The SSH public key data.
- key
Data This property is required. string - The SSH public key data.
- key_
data This property is required. str - The SSH public key data.
- key
Data This property is required. String - The SSH public key data.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:networkcloud:BmcKeySet bmcKeySetName /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bmcKeySets/{bmcKeySetName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0