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.
10059 10060 10061 |
# File 'sig/types.rbs', line 10059 def auth_type @auth_type end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
10058 10059 10060 |
# File 'sig/types.rbs', line 10058 def client_id @client_id end |
#share_point_domain ⇒ ::String
Returns the value of attribute share_point_domain.
10056 10057 10058 |
# File 'sig/types.rbs', line 10056 def share_point_domain @share_point_domain end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
10057 10058 10059 |
# File 'sig/types.rbs', line 10057 def tenant_id @tenant_id end |