Class: Google::Cloud::DiscoveryEngine::V1beta::IdpConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/common.rb

Overview

Identity Provider Config.

Defined Under Namespace

Modules: IdpType Classes: ExternalIdpConfig

Instance Attribute Summary collapse

Instance Attribute Details

#external_idp_config::Google::Cloud::DiscoveryEngine::V1beta::IdpConfig::ExternalIdpConfig

Returns External Identity provider config.

Returns:



167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# File 'proto_docs/google/cloud/discoveryengine/v1beta/common.rb', line 167

class IdpConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Third party IDP Config.
  # @!attribute [rw] workforce_pool_name
  #   @return [::String]
  #     Workforce pool name.
  #     Example: "locations/global/workforcePools/pool_id"
  class ExternalIdpConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Identity Provider Type.
  module IdpType
    # Default value. ACL search not enabled.
    IDP_TYPE_UNSPECIFIED = 0

    # Google 1P provider.
    GSUITE = 1

    # Third party provider.
    THIRD_PARTY = 2
  end
end

#idp_type::Google::Cloud::DiscoveryEngine::V1beta::IdpConfig::IdpType

Returns Identity provider type configured.

Returns:



167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# File 'proto_docs/google/cloud/discoveryengine/v1beta/common.rb', line 167

class IdpConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Third party IDP Config.
  # @!attribute [rw] workforce_pool_name
  #   @return [::String]
  #     Workforce pool name.
  #     Example: "locations/global/workforcePools/pool_id"
  class ExternalIdpConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Identity Provider Type.
  module IdpType
    # Default value. ACL search not enabled.
    IDP_TYPE_UNSPECIFIED = 0

    # Google 1P provider.
    GSUITE = 1

    # Third party provider.
    THIRD_PARTY = 2
  end
end