Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.03 KB

File metadata and controls

15 lines (11 loc) · 1.03 KB

CreateMarkingRequest

CreateMarkingRequest

Properties

Name Type Required Description
initial_role_assignments List[MarkingRoleUpdate] Yes The initial roles that will be assigned when the Marking is created. At least one ADMINISTER role must be provided. This can be changed later through the MarkingRoleAssignment operations. WARNING: If you do not include your own principal ID or the ID of a Group that you are a member of, you will create a Marking that you cannot administer.
initial_members List[PrincipalId] Yes Users and Groups that will be able to view resources protected by this Marking. This can be changed later through the MarkingMember operations.
name MarkingName Yes
description Optional[str] No
category_id MarkingCategoryId Yes

[Back to Model list] [Back to API list] [Back to README]