@procivis/react-native-one-core
Preparing search index...
CreateCredentialSchemaRequest
Interface CreateCredentialSchemaRequest
interface
CreateCredentialSchemaRequest
{
allowRevocation
?:
boolean
;
allowSuspension
?:
boolean
;
batchSize
?:
number
;
claims
:
CredentialClaimSchemaRequest
[]
;
formats
:
CredentialSchemaFormatRequest
[]
;
keyStorageSecurity
?:
KeyStorageSecurity
;
layoutProperties
?:
CredentialSchemaLayoutProperties
;
layoutType
:
LayoutType
;
name
:
string
;
organisationId
:
string
;
requiresWalletInstanceAttestation
:
boolean
;
transactionCode
?:
CredentialSchemaTransactionCodeRequest
;
translations
?:
CredentialSchemaTranslations
;
}
Index
Properties
allow
Revocation?
allow
Suspension?
batch
Size?
claims
formats
key
Storage
Security?
layout
Properties?
layout
Type
name
organisation
Id
requires
Wallet
Instance
Attestation
transaction
Code?
translations?
Properties
Optional
allow
Revocation
allowRevocation
?:
boolean
Optional
allow
Suspension
allowSuspension
?:
boolean
Optional
batch
Size
batchSize
?:
number
claims
claims
:
CredentialClaimSchemaRequest
[]
formats
formats
:
CredentialSchemaFormatRequest
[]
Optional
key
Storage
Security
keyStorageSecurity
?:
KeyStorageSecurity
Optional
layout
Properties
layoutProperties
?:
CredentialSchemaLayoutProperties
layout
Type
layoutType
:
LayoutType
name
name
:
string
organisation
Id
organisationId
:
string
requires
Wallet
Instance
Attestation
requiresWalletInstanceAttestation
:
boolean
Optional
transaction
Code
transactionCode
?:
CredentialSchemaTransactionCodeRequest
Optional
translations
translations
?:
CredentialSchemaTranslations
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Revocation
allow
Suspension
batch
Size
claims
formats
key
Storage
Security
layout
Properties
layout
Type
name
organisation
Id
requires
Wallet
Instance
Attestation
transaction
Code
translations
@procivis/react-native-one-core
Loading...