@akamai/openapi-ts
Preparing search index...
zod.gen
grantSchema
Variable grantSchema
Const
grantSchema
:
ZodObject
<
{
id
:
ZodOptional
<
ZodInt
>
;
label
:
ZodOptional
<
ZodReadonly
<
ZodString
>
>
;
permissions
:
ZodOptional
<
ZodEnum
<
{
read_only
:
"read_only"
;
read_write
:
"read_write"
}
>
,
>
;
}
,
$strip
,
>
= ...
Represents the level of access a restricted user has to a specific resource on the account.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@akamai/openapi-ts
Loading...
Represents the level of access a restricted user has to a specific resource on the account.