AccessPolicyEntity 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.
Access policies help define the authentication rules, and control access to specific video resources.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AccessPolicyEntity : Microsoft.Azure.Management.VideoAnalyzer.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AccessPolicyEntity = class
inherit ProxyResource
Public Class AccessPolicyEntity
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
AccessPolicyEntity() |
Initializes a new instance of the AccessPolicyEntity class. |
AccessPolicyEntity(String, String, String, SystemData, Nullable<AccessPolicyRole>, AuthenticationBase) |
Initializes a new instance of the AccessPolicyEntity class. |
Properties
Authentication |
Gets or sets authentication method to be used when validating client API access. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
Role |
Gets or sets defines the access level granted by this policy. Possible values include: 'Reader' |
SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from Resource) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |