Class: Aws::Types::OneDriveParameters

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")


8392
8393
8394
# File 'sig/types.rbs', line 8392

def auth_type
  @auth_type
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


8391
8392
8393
# File 'sig/types.rbs', line 8391

def client_id
  @client_id
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


8390
8391
8392
# File 'sig/types.rbs', line 8390

def tenant_id
  @tenant_id
end