Skip to main content

UnbindPermissionGroupWithObjectRequest

The UnbindPermissionGroupWithObjectRequest class represents a request to remove the association between a permission group and an object.

This class encapsulates the necessary information for unbinding a permission group from an object, handling encrypted secrets for both entities.

Properties

NameDescription
ObjectDecryptedSecretGets the decrypted object secret information.
PermissionGroupSecretKeyGets the encrypted secret key for the permission group.
PermissionGroupDecryptedSecretGets the decrypted permission group secret information.
ObjectSecretKeyGets the encrypted secret key for the object.

Constructors

NameDescription
UnbindPermissionGroupWithObjectRequest()Initializes a new instance of the UnbindPermissionGroupWithObjectRequest class.
UnbindPermissionGroupWithObjectRequest(permissionGroupSecretKey, objectSecretKey)Initializes a new instance of the UnbindPermissionGroupWithObjectRequest class with specified permission group and object secrets.