Show / Hide Table of Contents

Class RemovePermissionsRequest

Removes the specified permissions from the repository.

Inheritance
Object
RemovePermissionsRequest
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RemovePermissionsRequest

Properties

PermissionIds

The identifiers of the permissions to remove.

Declaration
[Required]
public Collection<long> PermissionIds { get; set; }
Property Value
Type Description
Collection<Int64>

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX