Class: TencentCloud::Organization::V20210331::UserSyncProvisioning
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::UserSyncProvisioning
- Defined in:
- lib/v20210331/models.rb
Overview
CAM用户同步信息
Instance Attribute Summary collapse
-
#DeletionStrategy ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#Description ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#DuplicationStrategy ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#PrincipalId ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#PrincipalType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#TargetType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#TargetUin ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(description = nil, principalid = nil, principaltype = nil, targetuin = nil, duplicationstrategy = nil, deletionstrategy = nil, targettype = nil) ⇒ UserSyncProvisioning
constructor
A new instance of UserSyncProvisioning.
Constructor Details
#initialize(description = nil, principalid = nil, principaltype = nil, targetuin = nil, duplicationstrategy = nil, deletionstrategy = nil, targettype = nil) ⇒ UserSyncProvisioning
Returns a new instance of UserSyncProvisioning.
8811 8812 8813 8814 8815 8816 8817 8818 8819 |
# File 'lib/v20210331/models.rb', line 8811 def initialize(description=nil, principalid=nil, principaltype=nil, targetuin=nil, duplicationstrategy=nil, deletionstrategy=nil, targettype=nil) @Description = description @PrincipalId = principalid @PrincipalType = principaltype @TargetUin = targetuin @DuplicationStrategy = duplicationstrategy @DeletionStrategy = deletionstrategy @TargetType = targettype end |
Instance Attribute Details
#DeletionStrategy ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
8809 8810 8811 |
# File 'lib/v20210331/models.rb', line 8809 def DeletionStrategy @DeletionStrategy end |
#Description ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
8809 8810 8811 |
# File 'lib/v20210331/models.rb', line 8809 def Description @Description end |
#DuplicationStrategy ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
8809 8810 8811 |
# File 'lib/v20210331/models.rb', line 8809 def DuplicationStrategy @DuplicationStrategy end |
#PrincipalId ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
8809 8810 8811 |
# File 'lib/v20210331/models.rb', line 8809 def PrincipalId @PrincipalId end |
#PrincipalType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
8809 8810 8811 |
# File 'lib/v20210331/models.rb', line 8809 def PrincipalType @PrincipalType end |
#TargetType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
8809 8810 8811 |
# File 'lib/v20210331/models.rb', line 8809 def TargetType @TargetType end |
#TargetUin ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
8809 8810 8811 |
# File 'lib/v20210331/models.rb', line 8809 def TargetUin @TargetUin end |
Instance Method Details
#deserialize(params) ⇒ Object
8821 8822 8823 8824 8825 8826 8827 8828 8829 |
# File 'lib/v20210331/models.rb', line 8821 def deserialize(params) @Description = params['Description'] @PrincipalId = params['PrincipalId'] @PrincipalType = params['PrincipalType'] @TargetUin = params['TargetUin'] @DuplicationStrategy = params['DuplicationStrategy'] @DeletionStrategy = params['DeletionStrategy'] @TargetType = params['TargetType'] end |