Class: Google::Cloud::Sql::V1::SqlServerEntraIdConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlServerEntraIdConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb
Overview
SQL Server Entra ID configuration.
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Optional.
-
#kind ⇒ ::String
readonly
Output only.
-
#tenant_id ⇒ ::String
Optional.
Instance Attribute Details
#application_id ⇒ ::String
Returns Optional. The application ID for the Entra ID configuration.
2096 2097 2098 2099 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 2096 class SqlServerEntraIdConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String (readonly)
Returns Output only. This is always sql#sqlServerEntraIdConfig.
2096 2097 2098 2099 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 2096 class SqlServerEntraIdConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tenant_id ⇒ ::String
Returns Optional. The tenant ID for the Entra ID configuration.
2096 2097 2098 2099 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 2096 class SqlServerEntraIdConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |