Class: DatadogAPIClient::V2::UserTeamAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/user_team_attributes.rb

Overview

Team membership attributes

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#provisioned_byObject

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_idObject

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

#roleObject

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