Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::Binding::AuthProviderBinding.
The AuthProvider of the Binding.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auth_provider
def auth_provider() -> ::String
Returns
-
(::String) —
Required. The resource name of the target AuthProvider. Format:
projects/{project}/locations/{location}/authProviders/{auth_provider}
#auth_provider=
def auth_provider=(value) -> ::String
Parameter
-
value (::String) —
Required. The resource name of the target AuthProvider. Format:
projects/{project}/locations/{location}/authProviders/{auth_provider}
Returns
-
(::String) —
Required. The resource name of the target AuthProvider. Format:
projects/{project}/locations/{location}/authProviders/{auth_provider}
#continue_uri
def continue_uri() -> ::String
Returns
- (::String) — Optional. The continue URI of the AuthProvider. The URI is used to reauthenticate the user and finalize the managed OAuth flow.
#continue_uri=
def continue_uri=(value) -> ::String
Parameter
- value (::String) — Optional. The continue URI of the AuthProvider. The URI is used to reauthenticate the user and finalize the managed OAuth flow.
Returns
- (::String) — Optional. The continue URI of the AuthProvider. The URI is used to reauthenticate the user and finalize the managed OAuth flow.
#scopes
def scopes() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The list of OAuth2 scopes of the AuthProvider.
#scopes=
def scopes=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The list of OAuth2 scopes of the AuthProvider.
Returns
- (::Array<::String>) — Optional. The list of OAuth2 scopes of the AuthProvider.