Class: SCIMGroupFilter
v1.GetUserGroupsRequest.SCIMGroupFilter
Represents a SCIMGroupFilter.
Implements
Constructors
constructor
• new SCIMGroupFilter(properties?): SCIMGroupFilter
Constructs a new SCIMGroupFilter.
Parameters
| Name | Type | Description | 
|---|---|---|
| properties? | ISCIMGroupFilter | Properties to set | 
Returns
Properties
idpId
• idpId: string
Filter groups by the SCIM IDP id - optional.
Implementation of
Methods
toJSON
▸ toJSON(): Object
Converts this SCIMGroupFilter to JSON.
Returns
Object
JSON object
create
▸ create(properties?): SCIMGroupFilter
Creates a new SCIMGroupFilter instance using the specified properties.
Parameters
| Name | Type | Description | 
|---|---|---|
| properties? | ISCIMGroupFilter | Properties to set | 
Returns
SCIMGroupFilter instance
decode
▸ decode(reader, length?): SCIMGroupFilter
Decodes a SCIMGroupFilter message from the specified reader or buffer.
Parameters
| Name | Type | Description | 
|---|---|---|
| reader | Uint8Array|Reader | Reader or buffer to decode from | 
| length? | number | Message length if known beforehand | 
Returns
SCIMGroupFilter
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): SCIMGroupFilter
Decodes a SCIMGroupFilter message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description | 
|---|---|---|
| reader | Uint8Array|Reader | Reader or buffer to decode from | 
Returns
SCIMGroupFilter
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
encode
▸ encode(message, writer?): Writer
Encodes the specified SCIMGroupFilter message. Does not implicitly temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.SCIMGroupFilter.verify|verify messages.
Parameters
| Name | Type | Description | 
|---|---|---|
| message | ISCIMGroupFilter | SCIMGroupFilter message or plain object to encode | 
| writer? | Writer | Writer to encode to | 
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified SCIMGroupFilter message, length delimited. Does not implicitly temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.SCIMGroupFilter.verify|verify messages.
Parameters
| Name | Type | Description | 
|---|---|---|
| message | ISCIMGroupFilter | SCIMGroupFilter message or plain object to encode | 
| writer? | Writer | Writer to encode to | 
Returns
Writer
Writer
fromObject
▸ fromObject(object): SCIMGroupFilter
Creates a SCIMGroupFilter message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description | 
|---|---|---|
| object | Object | Plain object | 
Returns
SCIMGroupFilter
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?): string
Gets the default type url for SCIMGroupFilter
Parameters
| Name | Type | Description | 
|---|---|---|
| typeUrlPrefix? | string | your custom typeUrlPrefix(default "type.googleapis.com") | 
Returns
string
The default type url
toObject
▸ toObject(message, options?): Object
Creates a plain object from a SCIMGroupFilter message. Also converts values to other types if specified.
Parameters
| Name | Type | Description | 
|---|---|---|
| message | SCIMGroupFilter | SCIMGroupFilter | 
| options? | IConversionOptions | Conversion options | 
Returns
Object
Plain object