Cloudidentity_v1Functions

Functions

Link copied to clipboard

Retrieves the specified device.

suspend fun getDevice(argument: suspend GetDevicePlainArgsBuilder.() -> Unit): GetDeviceResult
suspend fun getDevice(customer: String? = null, deviceId: String): GetDeviceResult
Link copied to clipboard
suspend fun getGroup(argument: GetGroupPlainArgs): GetGroupResult

Retrieves a Group.

suspend fun getGroup(groupId: String): GetGroupResult
suspend fun getGroup(argument: suspend GetGroupPlainArgsBuilder.() -> Unit): GetGroupResult
Link copied to clipboard

Retrieves a Membership.

suspend fun getMembership(groupId: String, membershipId: String): GetMembershipResult