Share via


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

collectionIds

Gets list of associated collection ids

eTag

Identifier for purposes of race condition

isGov

Is government

privateStoreId

Private Store id

privateStoreName

Private Store Name

recipients

Gets or sets list of notified recipients for new requests

sendToAllMarketplaceAdmins

Gets or sets whether to send email to all marketplace admins for new requests

tenantId

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