Documentation
Preparing search index...
@quatrain/mdm
VirtualKeychainSpecInterface
Interface VirtualKeychainSpecInterface
Standardized and Extensible Virtual Product Specification Interface (ends with 'Interface')
interface
VirtualKeychainSpecInterface
{
authMechanism
:
string
;
expiresAt
?:
string
;
maxUsageCount
?:
number
;
ontologyMapping
?:
OntologyMappingInterface
;
scopes
?:
string
[]
;
targetNetwork
:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy
Record
<
string
,
unknown
>
VirtualKeychainSpecInterface
Indexable
[
key
:
string
]:
unknown
Index
Properties
auth
Mechanism
expires
At?
max
Usage
Count?
ontology
Mapping?
scopes?
target
Network
Properties
auth
Mechanism
authMechanism
:
string
Optional
expires
At
expiresAt
?:
string
Optional
max
Usage
Count
maxUsageCount
?:
number
Optional
ontology
Mapping
ontologyMapping
?:
OntologyMappingInterface
Optional
scopes
scopes
?:
string
[]
target
Network
targetNetwork
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
Mechanism
expires
At
max
Usage
Count
ontology
Mapping
scopes
target
Network
Documentation
Loading...
Standardized and Extensible Virtual Product Specification Interface (ends with 'Interface')