BindPermissionGroupWithObjectRequest Properties
An object defining properties for the BindPermissionGroupWithObjectRequest class.
DecryptedMemberInfos
Gets the list of decrypted member information.
Type: MemberInfoSecret
The DecryptedMemberInfos property contains a list of decrypted member information and is marked with the [DecryptData("MemberInfoSecrets")] attribute, indicating that its values are decrypted from the MemberInfoSecrets property.
PermissionGroupDecryptedSecret
Gets the decrypted permission group secret information.
Type: PermissionGroupSecret
The PermissionGroupDecryptedSecret property contains the decrypted permission group secret information and is marked with the [DecryptData("PermissionGroupSecretKey")] attribute, indicating that its value is decrypted using the PermissionGroupSecretKey property.
ObjectDecryptedSecret
Gets the decrypted object secret information.
Type: DMObjectSecret
The ObjectDecryptedSecret property contains the decrypted object secret information and is marked with the [DecryptData("ObjectSecretKey")] attribute, indicating that its value is decrypted using the ObjectSecretKey property.
ObjectSecretKey
Gets or sets the encrypted object secret key.
Type: string
The ObjectSecretKey property holds the encrypted secret key for the object and is marked with the [CheckRequestEncryption] attribute to ensure proper encryption.
MemberInfoSecrets
Gets or sets the list of encrypted member information secrets.
The MemberInfoSecrets property contains a list of encrypted secrets for member information and is marked with the [CheckRequestEncryption] attribute to ensure proper encryption of all member data.
IsVirtual
Gets or sets a value indicating whether the object is virtual.
Type: bool
The IsVirtual property determines whether the object being bound to the permission group is a virtual object. A virtual object represents a conceptual entity rather than a physical one in the system.
PermissionGroupSecretKey
Gets or sets the encrypted permission group secret key.
Type: string
The PermissionGroupSecretKey property holds the encrypted secret key for the permission group and is marked with the [CheckRequestEncryption] attribute to ensure proper encryption.