Skip to main content

BindPermissionGroupWithObjectRequest

The BindPermissionGroupWithObjectRequest class represents a request to associate a permission group with an object, handling various encrypted secrets and group information.

This class encapsulates the necessary information to bind a permission group to an object, including permission group details, member information, and object secrets. It uses encryption attributes for secure data handling and supports both virtual and physical objects.

Properties

NameDescription
ObjectDecryptedSecretGets the decrypted object secret information.
PermissionGroupSecretKeyGets or sets the encrypted permission group secret key.
IsVirtualGets or sets a value indicating whether the object is virtual.
PermissionGroupDecryptedSecretGets the decrypted permission group secret information.
DecryptedMemberInfosGets the list of decrypted member information.
MemberInfoSecretsGets or sets the list of encrypted member information secrets.
ObjectSecretKeyGets or sets the encrypted object secret key.

Constructors

NameDescription
BindPermissionGroupWithObjectRequest()Initializes a new instance of the BindPermissionGroupWithObjectRequest class.
BindPermissionGroupWithObjectRequest(permissionGroupSecretKey, objectSecretKey, isVirtual, permissionGroupName, memberInfoSecrets)Initializes a new instance of the BindPermissionGroupWithObjectRequest class with specified permission group and object details.