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


8743
8744
8745
# File 'sig/types.rbs', line 8743

def auth_type
  @auth_type
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


8742
8743
8744
# File 'sig/types.rbs', line 8742

def client_id
  @client_id
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


8741
8742
8743
# File 'sig/types.rbs', line 8741

def tenant_id
  @tenant_id
end