RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.Scim.Schemas.Index Class Reference
Collaboration diagram for RingCentral.Paths.Scim.Schemas.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (Scim.Index parent, string uri=null)
 
string Path (bool withParameter=true)
 
async Task< ScimSchemaSearchResponseList (RestRequestConfig restRequestConfig=null)
 Returns the list of schemas HTTP Method: get Endpoint: /scim/{version}/Schemas Rate Limit Group: Light App Permission: ReadAccounts More...
 
async Task< ScimSchemaResponseGet (RestRequestConfig restRequestConfig=null)
 Returns SCIM schema HTTP Method: get Endpoint: /scim/{version}/Schemas/{uri} Rate Limit Group: Light App Permission: ReadAccounts More...
 

Public Attributes

Scim.Index parent
 
RestClient rc
 
string uri
 

Member Function Documentation

◆ Get()

async Task<ScimSchemaResponse> RingCentral.Paths.Scim.Schemas.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

Returns SCIM schema HTTP Method: get Endpoint: /scim/{version}/Schemas/{uri} Rate Limit Group: Light App Permission: ReadAccounts

◆ List()

async Task<ScimSchemaSearchResponse> RingCentral.Paths.Scim.Schemas.Index.List ( RestRequestConfig  restRequestConfig = null)
inline

Returns the list of schemas HTTP Method: get Endpoint: /scim/{version}/Schemas Rate Limit Group: Light App Permission: ReadAccounts


The documentation for this class was generated from the following file: