HsmClusterPendingInstructions¶
-
class
oci.key_management.models.HsmClusterPendingInstructions(**kwargs)¶ Bases:
objectPending instructions for audit logging setup.
Methods
__init__(**kwargs)Initializes a new HsmClusterPendingInstructions object with values from keyword arguments. Attributes
add_bucket_policyGets the add_bucket_policy of this HsmClusterPendingInstructions. create_dynamic_groupGets the create_dynamic_group of this HsmClusterPendingInstructions. -
__init__(**kwargs)¶ Initializes a new HsmClusterPendingInstructions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - create_dynamic_group (oci.key_management.models.HsmClusterPendingCreateDynamicGroup) – The value to assign to the create_dynamic_group property of this HsmClusterPendingInstructions.
- add_bucket_policy (str) – The value to assign to the add_bucket_policy property of this HsmClusterPendingInstructions.
-
add_bucket_policy¶ Gets the add_bucket_policy of this HsmClusterPendingInstructions. Policy for the user to add to the log bucket.
Returns: The add_bucket_policy of this HsmClusterPendingInstructions. Return type: str
-
create_dynamic_group¶ Gets the create_dynamic_group of this HsmClusterPendingInstructions.
Returns: The create_dynamic_group of this HsmClusterPendingInstructions. Return type: oci.key_management.models.HsmClusterPendingCreateDynamicGroup
-