CredentialEndpoint¶
-
class
oci.log_analytics.models.
CredentialEndpoint
(**kwargs)¶ Bases:
object
The endpoint from where to fetch a credential, for example, the OAuth 2.0 token.
Methods
__init__
(**kwargs)Initializes a new CredentialEndpoint object with values from keyword arguments. Attributes
description
Gets the description of this CredentialEndpoint. endpoint_id
Gets the endpoint_id of this CredentialEndpoint. model
Gets the model of this CredentialEndpoint. name
[Required] Gets the name of this CredentialEndpoint. proxy
Gets the proxy of this CredentialEndpoint. request
[Required] Gets the request of this CredentialEndpoint. response
Gets the response of this CredentialEndpoint. -
__init__
(**kwargs)¶ Initializes a new CredentialEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CredentialEndpoint.
- description (str) – The value to assign to the description property of this CredentialEndpoint.
- model (str) – The value to assign to the model property of this CredentialEndpoint.
- endpoint_id (int) – The value to assign to the endpoint_id property of this CredentialEndpoint.
- request (oci.log_analytics.models.EndpointRequest) – The value to assign to the request property of this CredentialEndpoint.
- response (oci.log_analytics.models.EndpointResponse) – The value to assign to the response property of this CredentialEndpoint.
- proxy (oci.log_analytics.models.EndpointProxy) – The value to assign to the proxy property of this CredentialEndpoint.
-
description
¶ Gets the description of this CredentialEndpoint. The credential endpoint description.
Returns: The description of this CredentialEndpoint. Return type: str
-
endpoint_id
¶ Gets the endpoint_id of this CredentialEndpoint. The endpoint unique identifier.
Returns: The endpoint_id of this CredentialEndpoint. Return type: int
-
model
¶ Gets the model of this CredentialEndpoint. The credential endpoint model.
Returns: The model of this CredentialEndpoint. Return type: str
-
name
¶ [Required] Gets the name of this CredentialEndpoint. The credential endpoint name.
Returns: The name of this CredentialEndpoint. Return type: str
-
proxy
¶ Gets the proxy of this CredentialEndpoint.
Returns: The proxy of this CredentialEndpoint. Return type: oci.log_analytics.models.EndpointProxy
-
request
¶ [Required] Gets the request of this CredentialEndpoint.
Returns: The request of this CredentialEndpoint. Return type: oci.log_analytics.models.EndpointRequest
-
response
¶ Gets the response of this CredentialEndpoint.
Returns: The response of this CredentialEndpoint. Return type: oci.log_analytics.models.EndpointResponse
-