Documentation
Preparing search index...
ts-engine/src
PolicyDocument
Interface PolicyDocument
interface
PolicyDocument
{
createdAtTimestamp
:
number
;
creatorUserId
?:
string
;
description
?:
string
;
displayName
:
string
;
effectiveDate
:
Date
|
null
;
fileName
:
string
;
id
:
string
;
isDeleted
:
boolean
;
isHidden
:
boolean
;
lastModifiedTimestamp
:
number
;
objectType
:
POLICY_DOCUMENT
;
organizationId
:
string
;
status
:
POLICY_DOCUMENT_STATUS
;
tenantId
:
string
;
tenantName
?:
string
;
type
:
POLICY_DOCUMENT_TYPE
;
url
:
string
;
urlExpirationTimestamp
:
number
;
}
Hierarchy
BaseObject
<
POLICY_DOCUMENT
,
POLICY_DOCUMENT_STATUS
>
PolicyDocument
Index
Properties
created
At
Timestamp
creator
User
Id?
description?
display
Name
effective
Date
file
Name
id
is
Deleted
is
Hidden
last
Modified
Timestamp
object
Type
organization
Id
status
tenant
Id
tenant
Name?
type
url
url
Expiration
Timestamp
Properties
created
At
Timestamp
createdAtTimestamp
:
number
Optional
creator
User
Id
creatorUserId
?:
string
Optional
description
description
?:
string
display
Name
displayName
:
string
effective
Date
effectiveDate
:
Date
|
null
file
Name
fileName
:
string
id
id
:
string
is
Deleted
isDeleted
:
boolean
is
Hidden
isHidden
:
boolean
last
Modified
Timestamp
lastModifiedTimestamp
:
number
object
Type
objectType
:
POLICY_DOCUMENT
organization
Id
organizationId
:
string
status
status
:
POLICY_DOCUMENT_STATUS
tenant
Id
tenantId
:
string
Optional
tenant
Name
tenantName
?:
string
type
type
:
POLICY_DOCUMENT_TYPE
url
url
:
string
url
Expiration
Timestamp
urlExpirationTimestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
Timestamp
creator
User
Id
description
display
Name
effective
Date
file
Name
id
is
Deleted
is
Hidden
last
Modified
Timestamp
object
Type
organization
Id
status
tenant
Id
tenant
Name
type
url
url
Expiration
Timestamp
Documentation
Loading...