Class: Aws::Types::SharePointParameters
- Inherits:
-
Object
- Object
- Aws::Types::SharePointParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "THREE_LEGGED_OAUTH", ...
Returns the value of attribute auth_type.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#share_point_domain ⇒ ::String
Returns the value of attribute share_point_domain.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
Instance Attribute Details
#auth_type ⇒ "THREE_LEGGED_OAUTH", ...
Returns the value of attribute auth_type.
10449 10450 10451 |
# File 'sig/types.rbs', line 10449 def auth_type @auth_type end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
10448 10449 10450 |
# File 'sig/types.rbs', line 10448 def client_id @client_id end |
#share_point_domain ⇒ ::String
Returns the value of attribute share_point_domain.
10446 10447 10448 |
# File 'sig/types.rbs', line 10446 def share_point_domain @share_point_domain end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
10447 10448 10449 |
# File 'sig/types.rbs', line 10447 def tenant_id @tenant_id end |