Click or drag to resize

GetIdentityEndpointsResponse Class

* The response from getting the Identity service endpoints for Identity service connections.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetIdentityEndpointsResponse

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class GetIdentityEndpointsResponse : IMessage<GetIdentityEndpointsResponse>, 
	IMessage, IEquatable<GetIdentityEndpointsResponse>, IDeepCloneable<GetIdentityEndpointsResponse>, 
	IBufferMessage

The GetIdentityEndpointsResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetIdentityEndpointsResponseInitializes a new instance of the GetIdentityEndpointsResponse class
Public methodGetIdentityEndpointsResponse(GetIdentityEndpointsResponse)Initializes a new instance of the GetIdentityEndpointsResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyIdentityEndpointApi The API endpoint for the Identity service.
Public propertyIdentityEndpointOidc The OIDC endpoint for the Identity Service.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberIdentityEndpointApiFieldNumberField number for the "identity_endpoint_api" field.
Public fieldStatic memberIdentityEndpointOidcFieldNumberField number for the "identity_endpoint_oidc" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also