HsmClusterPendingCreateDynamicGroup

class oci.key_management.models.HsmClusterPendingCreateDynamicGroup(**kwargs)

Bases: object

Details to create the dynamic group.

Methods

__init__(**kwargs) Initializes a new HsmClusterPendingCreateDynamicGroup object with values from keyword arguments.

Attributes

matching_rule Gets the matching_rule of this HsmClusterPendingCreateDynamicGroup.
name Gets the name of this HsmClusterPendingCreateDynamicGroup.
__init__(**kwargs)

Initializes a new HsmClusterPendingCreateDynamicGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this HsmClusterPendingCreateDynamicGroup.
  • matching_rule (str) – The value to assign to the matching_rule property of this HsmClusterPendingCreateDynamicGroup.
matching_rule

Gets the matching_rule of this HsmClusterPendingCreateDynamicGroup. Matching rule for dynamic group membership.

Returns:The matching_rule of this HsmClusterPendingCreateDynamicGroup.
Return type:str
name

Gets the name of this HsmClusterPendingCreateDynamicGroup. Name of the dynamic group.

Returns:The name of this HsmClusterPendingCreateDynamicGroup.
Return type:str