Show / Hide Table of Contents

Class Acl

Acl

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Acl
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Acl : BitmovinResource

Properties

Permissions

Permissions to assign. (required)

Declaration
public List<Permission> Permissions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Permission>

Policy

Policy

Declaration
public Policy? Policy { get; set; }
Property Value
Type Description
System.Nullable<Policy>

Resource

Resource to define the permission for. (required)

Declaration
public string Resource { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX