Class: Google::Cloud::Sql::V1::SqlServerEntraIdConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#application_id::String

Returns Optional. The application ID for the Entra ID configuration.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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