Class: Aws::Types::SharePointSourceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"OAUTH2_CLIENT_CREDENTIALS", "OAUTH2_SHAREPOINT_APP_ONLY_CLIENT_CREDENTIALS"

Returns the value of attribute auth_type.

Returns:

  • ("OAUTH2_CLIENT_CREDENTIALS", "OAUTH2_SHAREPOINT_APP_ONLY_CLIENT_CREDENTIALS")


2594
2595
2596
# File 'sig/types.rbs', line 2594

def auth_type
  @auth_type
end

#credentials_secret_arn::String

Returns the value of attribute credentials_secret_arn.

Returns:

  • (::String)


2595
2596
2597
# File 'sig/types.rbs', line 2595

def credentials_secret_arn
  @credentials_secret_arn
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


2591
2592
2593
# File 'sig/types.rbs', line 2591

def domain
  @domain
end

#host_type"ONLINE"

Returns the value of attribute host_type.

Returns:

  • ("ONLINE")


2593
2594
2595
# File 'sig/types.rbs', line 2593

def host_type
  @host_type
end

#site_urls::Array[::String]

Returns the value of attribute site_urls.

Returns:

  • (::Array[::String])


2592
2593
2594
# File 'sig/types.rbs', line 2592

def site_urls
  @site_urls
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


2590
2591
2592
# File 'sig/types.rbs', line 2590

def tenant_id
  @tenant_id
end