Class: TencentCloud::Organization::V20210331::IdentityPolicy
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::IdentityPolicy
- Defined in:
- lib/v20210331/models.rb
Overview
组织身份策略
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(policyid = nil, policyname = nil, policytype = nil, policydocument = nil) ⇒ IdentityPolicy
constructor
A new instance of IdentityPolicy.
Constructor Details
#initialize(policyid = nil, policyname = nil, policytype = nil, policydocument = nil) ⇒ IdentityPolicy
4215 4216 4217 4218 4219 4220 |
# File 'lib/v20210331/models.rb', line 4215 def initialize(policyid=nil, policyname=nil, policytype=nil, policydocument=nil) @PolicyId = policyid @PolicyName = policyname @PolicyType = policytype @PolicyDocument = policydocument end |
Instance Attribute Details
#PolicyDocument ⇒ Object
4213 4214 4215 |
# File 'lib/v20210331/models.rb', line 4213 def PolicyDocument @PolicyDocument end |
#PolicyId ⇒ Object
4213 4214 4215 |
# File 'lib/v20210331/models.rb', line 4213 def PolicyId @PolicyId end |
#PolicyName ⇒ Object
4213 4214 4215 |
# File 'lib/v20210331/models.rb', line 4213 def PolicyName @PolicyName end |
#PolicyType ⇒ Object
4213 4214 4215 |
# File 'lib/v20210331/models.rb', line 4213 def PolicyType @PolicyType end |
Instance Method Details
#deserialize(params) ⇒ Object
4222 4223 4224 4225 4226 4227 |
# File 'lib/v20210331/models.rb', line 4222 def deserialize(params) @PolicyId = params['PolicyId'] @PolicyName = params['PolicyName'] @PolicyType = params['PolicyType'] @PolicyDocument = params['PolicyDocument'] end |