Documentation
Preparing search index...
Client Identities
GetIdentityInput
Class GetIdentityInput
Index
Constructors
constructor
Properties
byu
Id
field
Sets
valid
Input
Methods
from
Constructors
constructor
new
GetIdentityInput
(
data
:
{
byuId
:
string
;
fieldSets
?:
(
"basic"
|
"group_memberships"
)
[]
}
,
)
:
GetIdentityInput
Parameters
data
:
{
byuId
:
string
;
fieldSets
?:
(
"basic"
|
"group_memberships"
)
[]
}
Returns
GetIdentityInput
Properties
byu
Id
byuId
:
string
field
Sets
fieldSets
:
(
"basic"
|
"group_memberships"
)
[]
Static
valid
Input
validInput
:
TypeCheck
<
TObject
<
{
byuId
:
TString
;
fieldSets
:
TOptional
<
TArray
<
TUnion
<
[
TLiteral
<
"basic"
>
,
TLiteral
<
"group_memberships"
>
]
>
>
,
>
;
}
,
>
,
>
= ...
Methods
Static
from
from
(
data
:
unknown
)
:
GetIdentityInput
Parameters
data
:
unknown
Returns
GetIdentityInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
byu
Id
field
Sets
valid
Input
Methods
from
Documentation
Loading...