@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
<internal>
sys_security_attribute
Interface sys_security_attribute
interface
sys_security_attribute
{
active
:
Typed
<
boolean
,
{
default
:
true
}
>
;
condition
:
Typed
<
string
,
{}
>
;
description
:
Typed
<
string
,
{}
>
;
is_dynamic
:
Typed
<
boolean
,
{
default
:
true
}
>
;
is_localized
:
Typed
<
boolean
,
{
default
:
false
}
>
;
is_system
:
Typed
<
boolean
,
{
default
:
false
}
>
;
label
:
Typed
<
string
,
{
mandatory
:
true
}
>
;
lookup_table
:
Typed
<
keyof
Tables
,
{}
>
;
lookup_table_column
:
Typed
<
string
,
{}
>
;
type
:
Typed
<
"string"
|
"boolean"
|
"integer"
|
"compound"
,
{
choices
:
{
boolean
:
{
label
:
"true | false"
}
;
compound
:
{
label
:
"compound"
}
;
integer
:
{
label
:
"integer"
}
;
string
:
{
label
:
"string"
}
;
}
;
default
:
"string"
;
}
,
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
sys_security_attribute
>
sys_security_attribute
Index
Properties
active
condition
description
is_
dynamic
is_
localized
is_
system
label
lookup_
table
lookup_
table_
column
type
Properties
Readonly
active
active
:
Typed
<
boolean
,
{
default
:
true
}
>
Readonly
condition
condition
:
Typed
<
string
,
{}
>
Readonly
description
description
:
Typed
<
string
,
{}
>
Readonly
is_
dynamic
is_dynamic
:
Typed
<
boolean
,
{
default
:
true
}
>
Readonly
is_
localized
is_localized
:
Typed
<
boolean
,
{
default
:
false
}
>
Readonly
is_
system
is_system
:
Typed
<
boolean
,
{
default
:
false
}
>
Readonly
label
label
:
Typed
<
string
,
{
mandatory
:
true
}
>
Readonly
lookup_
table
lookup_table
:
Typed
<
keyof
Tables
,
{}
>
Readonly
lookup_
table_
column
lookup_table_column
:
Typed
<
string
,
{}
>
Readonly
type
type
:
Typed
<
"string"
|
"boolean"
|
"integer"
|
"compound"
,
{
choices
:
{
boolean
:
{
label
:
"true | false"
}
;
compound
:
{
label
:
"compound"
}
;
integer
:
{
label
:
"integer"
}
;
string
:
{
label
:
"string"
}
;
}
;
default
:
"string"
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
condition
description
is_
dynamic
is_
localized
is_
system
label
lookup_
table
lookup_
table_
column
type
@servicenow/sdk - v4.4.1
Loading...