Variable MultiDirectoryGroupRoleAssignmentSchemaConst
MultiDirectoryGroupRoleAssignmentSchema: ZodObject<
{
defaultRole: ZodOptional<ZodNullable<ZodString>>;
resourceId: ZodOptional<ZodString>;
resourceOwner: ZodOptional<ZodString>;
roles: ZodOptional<ZodArray<ZodString>>;
},
$loose,
> = ...
The role assignment for the group.