Class: Aws::Types::SharePointSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SharePointSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "OAUTH2_CLIENT_CREDENTIALS", "OAUTH2_SHAREPOINT_APP_ONLY_CLIENT_CREDENTIALS"
Returns the value of attribute auth_type.
-
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#host_type ⇒ "ONLINE"
Returns the value of attribute host_type.
-
#site_urls ⇒ ::Array[::String]
Returns the value of attribute site_urls.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
Instance Attribute Details
#auth_type ⇒ "OAUTH2_CLIENT_CREDENTIALS", "OAUTH2_SHAREPOINT_APP_ONLY_CLIENT_CREDENTIALS"
Returns the value of attribute auth_type.
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.
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.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def domain @domain end |
#host_type ⇒ "ONLINE"
Returns the value of attribute host_type.
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.
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.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def tenant_id @tenant_id end |