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
PermissionGroupDecryptedSecretGets the decrypted permission group secret information.
ObjectDecryptedSecretGets the decrypted object secret information.
ObjectSecretKeyGets the encrypted secret key for the object.
PermissionGroupSecretKeyGets the encrypted secret key for the permission group.

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.