You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param str account_id: Select users that are members of the specified account. At least one of email, account_id or organization_reserved_domain_id must be specified.
1136
1136
:param str organization_reserved_domain_id: Select users that are in the specified domain. At least one of email, account_id or organization_reserved_domain_id must be specified.
1137
1137
:param str last_modified_since: Select users whose data have been modified since the date specified; account_id or organization_reserved_domain_id must be specified.
1138
-
:param bool include_ds_groups: Select users with groups the users belong to; The organization must have entitlement AllowMultiApplication enabled.
1138
+
:param bool include_ds_groups: Select users with groups the users belong to; account_id must be specified. The organization must have the entitlement AllowMultiApplication enabled.
:param str account_id: Select users that are members of the specified account. At least one of email, account_id or organization_reserved_domain_id must be specified.
1173
1173
:param str organization_reserved_domain_id: Select users that are in the specified domain. At least one of email, account_id or organization_reserved_domain_id must be specified.
1174
1174
:param str last_modified_since: Select users whose data have been modified since the date specified; account_id or organization_reserved_domain_id must be specified.
1175
-
:param bool include_ds_groups: Select users with groups the users belong to; The organization must have entitlement AllowMultiApplication enabled.
1175
+
:param bool include_ds_groups: Select users with groups the users belong to; account_id must be specified. The organization must have the entitlement AllowMultiApplication enabled.
"""Gets the created_by_type of this SubscriptionProvisionModelAssetGroupWork. # noqa: E501
691
691
692
+
0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted # noqa: E501
692
693
693
694
:return: The created_by_type of this SubscriptionProvisionModelAssetGroupWork. # noqa: E501
694
-
:rtype: str
695
+
:rtype: int
695
696
"""
696
697
returnself._created_by_type
697
698
698
699
@created_by_type.setter
699
700
defcreated_by_type(self, created_by_type):
700
701
"""Sets the created_by_type of this SubscriptionProvisionModelAssetGroupWork.
701
702
703
+
0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted # noqa: E501
702
704
703
705
:param created_by_type: The created_by_type of this SubscriptionProvisionModelAssetGroupWork. # noqa: E501
"""Gets the updated_by_type of this SubscriptionProvisionModelAssetGroupWork. # noqa: E501
761
763
764
+
0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted # noqa: E501
762
765
763
766
:return: The updated_by_type of this SubscriptionProvisionModelAssetGroupWork. # noqa: E501
764
-
:rtype: str
767
+
:rtype: int
765
768
"""
766
769
returnself._updated_by_type
767
770
768
771
@updated_by_type.setter
769
772
defupdated_by_type(self, updated_by_type):
770
773
"""Sets the updated_by_type of this SubscriptionProvisionModelAssetGroupWork.
771
774
775
+
0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted # noqa: E501
772
776
773
777
:param updated_by_type: The updated_by_type of this SubscriptionProvisionModelAssetGroupWork. # noqa: E501
0 commit comments