RedisCacheAccessPolicyAssignmentProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties for an access policy assignment
public class RedisCacheAccessPolicyAssignmentProperties
type RedisCacheAccessPolicyAssignmentProperties = class
Public Class RedisCacheAccessPolicyAssignmentProperties
- Inheritance
-
RedisCacheAccessPolicyAssignmentProperties
Constructors
RedisCacheAccessPolicyAssignmentProperties() |
Initializes a new instance of the RedisCacheAccessPolicyAssignmentProperties class. |
RedisCacheAccessPolicyAssignmentProperties(String, String, String, String) |
Initializes a new instance of the RedisCacheAccessPolicyAssignmentProperties class. |
Properties
AccessPolicyName |
Gets or sets the name of the access policy that is being assigned |
ObjectId |
Gets or sets object Id to assign access policy to |
ObjectIdAlias |
Gets or sets user friendly name for object id. Also represents username for token based authentication |
ProvisioningState |
Gets provisioning state of an access policy assignment set Possible values include: 'Updating', 'Succeeded', 'Deleting', 'Deleted', 'Canceled', 'Failed' |
Methods
Validate() |
Validate the object. |