public static interface Parent.Builder extends SdkPojo, CopyableBuilder<Parent.Builder,Parent>
| Modifier and Type | Method and Description |
|---|---|
Parent.Builder |
id(String id)
The unique identifier (ID) of the parent entity.
|
Parent.Builder |
type(ParentType type)
The type of the parent entity.
|
Parent.Builder |
type(String type)
The type of the parent entity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParent.Builder id(String id)
The unique identifier (ID) of the parent entity.
The regex pattern for a parent ID string requires one of the following:
Root - A string that begins with "r-" followed by from 4 to 32 lowercase letters or digits.
Organizational unit (OU) - A string that begins with "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
id - The unique identifier (ID) of the parent entity.
The regex pattern for a parent ID string requires one of the following:
Root - A string that begins with "r-" followed by from 4 to 32 lowercase letters or digits.
Organizational unit (OU) - A string that begins with "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
Parent.Builder type(String type)
The type of the parent entity.
type - The type of the parent entity.ParentType,
ParentTypeParent.Builder type(ParentType type)
The type of the parent entity.
type - The type of the parent entity.ParentType,
ParentTypeCopyright © 2023. All rights reserved.