Skip to main content

Class: SCIMGroupSpec

identity.v1.SCIMGroupSpec

Represents a SCIMGroupSpec.

Properties

idpId

idpId: string

The id used in the upstream identity provider.

Methods

toJSON

toJSON(): Object

Converts this SCIMGroupSpec to JSON.

Returns

Object

JSON object


create

create(properties?): SCIMGroupSpec & $Properties

Creates a new SCIMGroupSpec instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

SCIMGroupSpec & $Properties

SCIMGroupSpec instance

create(properties?): SCIMGroupSpec

Parameters

NameType
properties?$Properties

Returns

SCIMGroupSpec


decode

decode(reader, length?): SCIMGroupSpec & $Properties

Decodes a SCIMGroupSpec message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

SCIMGroupSpec & $Properties

SCIMGroupSpec

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SCIMGroupSpec & $Properties

Decodes a SCIMGroupSpec message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SCIMGroupSpec & $Properties

SCIMGroupSpec

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 SCIMGroupSpec message. Does not implicitly temporal.api.cloud.identity.v1.SCIMGroupSpec.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesSCIMGroupSpec message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified SCIMGroupSpec message, length delimited. Does not implicitly temporal.api.cloud.identity.v1.SCIMGroupSpec.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesSCIMGroupSpec message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): SCIMGroupSpec

Creates a SCIMGroupSpec message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

SCIMGroupSpec

SCIMGroupSpec


toObject

toObject(message, options?): Object

Creates a plain object from a SCIMGroupSpec message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageSCIMGroupSpecSCIMGroupSpec
options?IConversionOptionsConversion options

Returns

Object

Plain object