PrivateStoreProperties interface
Describes the json payload on whether or not the private store is enabled for a given tenant
Properties
| availability | Indicates private store availability |
| branding | Gets or sets list of branding characteristics |
| collection |
Gets list of associated collection ids |
| e |
Identifier for purposes of race condition |
| is |
Is government |
| private |
Private Store id |
| private |
Private Store Name |
| recipients | Gets or sets list of notified recipients for new requests |
| send |
Gets or sets whether to send email to all marketplace admins for new requests |
| tenant |
Tenant id |
Property Details
availability
Indicates private store availability
availability?: string
Property Value
string
branding
Gets or sets list of branding characteristics
branding?: Record<string, string>
Property Value
Record<string, string>
collectionIds
Gets list of associated collection ids
collectionIds?: string[]
Property Value
string[]
eTag
Identifier for purposes of race condition
eTag?: string
Property Value
string
isGov
Is government
isGov?: boolean
Property Value
boolean
privateStoreId
Private Store id
privateStoreId?: string
Property Value
string
privateStoreName
Private Store Name
privateStoreName?: string
Property Value
string
recipients
Gets or sets list of notified recipients for new requests
recipients?: Recipient[]
Property Value
sendToAllMarketplaceAdmins
Gets or sets whether to send email to all marketplace admins for new requests
sendToAllMarketplaceAdmins?: boolean
Property Value
boolean
tenantId
Tenant id
tenantId?: string
Property Value
string