Class: DatadogAPIClient::V2::UserTeamAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UserTeamAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/user_team_attributes.rb
Overview
Team membership attributes
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#provisioned_by ⇒ Object
The mechanism responsible for provisioning the team relationship.
-
#provisioned_by_id ⇒ Object
UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.
-
#role ⇒ Object
The user’s role within the team.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/user_team_attributes.rb', line 34 def additional_properties @additional_properties end |
#provisioned_by ⇒ Object
The mechanism responsible for provisioning the team relationship. Possible values: null for added by a user, “service_account” if added by a service account, and “saml_mapping” if provisioned via SAML mapping.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/user_team_attributes.rb', line 26 def provisioned_by @provisioned_by end |
#provisioned_by_id ⇒ Object
UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/user_team_attributes.rb', line 29 def provisioned_by_id @provisioned_by_id end |
#role ⇒ Object
The user’s role within the team
32 33 34 |
# File 'lib/datadog_api_client/v2/models/user_team_attributes.rb', line 32 def role @role end |