Interface: RepoCreateOptions
Defined in: service-core/src/models/RepoUtils.ts:48
The available options for the RepoUtils.create() operation.
Extends
Properties
acl?
optionalacl?:AccessControlList
Defined in: service-core/src/models/RepoUtils.ts:50
The AccessControlList to use when creating a new object.
ignoreACL?
optionalignoreACL?:boolean
Defined in: service-core/src/models/RepoUtils.ts:34
Set to true to ignore the ACL permissions check.
Inherited from
RepoOperationOptions.ignoreACL
pushChannels?
optionalpushChannels?:string[]
Defined in: service-core/src/models/RepoUtils.ts:36
An additional list of channel names to send push notifications to.
Inherited from
RepoOperationOptions.pushChannels
recordEvent?
optionalrecordEvent?:boolean
Defined in: service-core/src/models/RepoUtils.ts:38
Indicates if a telemetry event should be broadcast for the request.
Inherited from
RepoOperationOptions.recordEvent
skipPush?
optionalskipPush?:boolean
Defined in: service-core/src/models/RepoUtils.ts:40
Set to true to not send a push notification.
Inherited from
user?
optionaluser?:JWTUser
Defined in: service-core/src/models/RepoUtils.ts:42
The authenticated user making the request.