Class: Aws::Types::SharePointParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"THREE_LEGGED_OAUTH", ...

Returns the value of attribute auth_type.

Returns:

  • ("THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT")


10059
10060
10061
# File 'sig/types.rbs', line 10059

def auth_type
  @auth_type
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


10058
10059
10060
# File 'sig/types.rbs', line 10058

def client_id
  @client_id
end

#share_point_domain::String

Returns the value of attribute share_point_domain.

Returns:

  • (::String)


10056
10057
10058
# File 'sig/types.rbs', line 10056

def share_point_domain
  @share_point_domain
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


10057
10058
10059
# File 'sig/types.rbs', line 10057

def tenant_id
  @tenant_id
end