@switstack/switcloud-api-ts
Preparing search index...
CAPKUpdateSchema
Interface CAPKUpdateSchema
interface
CAPKUpdateSchema
{
algorithm_type
?:
"RSA"
;
expires_at
?:
string
;
exponent
:
string
;
hash
:
string
;
hash_type
?:
CAPKHashType
;
index
:
string
;
modulus
:
string
;
name
?:
string
;
rid
:
string
;
}
Index
Properties
algorithm_
type?
expires_
at?
exponent
hash
hash_
type?
index
modulus
name?
rid
Properties
Optional
algorithm_
type
algorithm_type
?:
"RSA"
Optional
expires_
at
expires_at
?:
string
exponent
exponent
:
string
hash
hash
:
string
Optional
hash_
type
hash_type
?:
CAPKHashType
index
index
:
string
modulus
modulus
:
string
Optional
name
name
?:
string
rid
rid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm_
type
expires_
at
exponent
hash
hash_
type
index
modulus
name
rid
@switstack/switcloud-api-ts
Loading...