Gcp/cloudidentity
@swamp/gcp/cloudidentityv2026.06.03.1
01README
Google Cloud cloudidentity infrastructure models
02Release Notes
- Updated: policies
03Models
@swamp/gcp/cloudidentity/customers-userinvitationsv2026.05.25.1customers_userinvitations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a userinvitations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the userinvitations |
fn sync()
Sync userinvitations state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List userinvitations resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. A query string for filtering `UserInvitation` results by their current state, in the format: `\ |
| orderBy? | string | Optional. The sort order of the list results. You can sort the results in descending order based on either email or last update timestamp but not both, using `order_by="email desc"`. Currently, sorting is supported for `update_time asc`, `update_time desc`, `email asc`, and `email desc`. If not specified, results will be returned based on `email asc` order. |
| pageSize? | number | Optional. The maximum number of UserInvitation resources to return. If unspecified, at most 100 resources will be returned. The maximum value is 200; values above 200 will be set to 200. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn cancel()
cancel
fn is_invitable_user()
is invitable user
fn send()
send
Resources
state(infinite)— The `UserInvitation` resource represents an email that can be sent to an unma...
@swamp/gcp/cloudidentity/devicesv2026.05.25.2devices.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| androidSpecificAttributes? | object | Resource representing the Android specific attributes of a Device. |
| assetTag? | string | Asset tag of the device. |
| deviceId? | string | Unique identifier for the device. |
| endpointVerificationSpecificAttributes? | object | Resource representing the [Endpoint Verification-specific attributes](https://cloud.google.com/endpoint-verification/docs/device-information) of a device. |
| hostname? | string | Host name of the device. |
| lastSyncTime? | string | Most recent time when device synced with this service. |
| serialNumber? | string | Serial Number of device. Example: HT82V1A01076. |
| wifiMacAddresses? | array | WiFi MAC addresses of device. |
| customer? | string | Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you're using this API for your own organization, use `customers/my_customer` If you're using this API to manage another organization, use `customers/{customer}`, where customer is the customer to whom the device belongs. |
fn create()
Create a devices
fn get(identifier: string)
Get a devices
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the devices |
fn delete(identifier: string)
Delete the devices
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the devices |
fn sync()
Sync devices state from GCP
fn list(customer?: string, filter?: string, orderBy?: string, pageSize?: number, view?: string, maxPages?: number)
List devices resources
| Argument | Type | Description |
|---|---|---|
| customer? | string | Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer in the format: `customers/{customer}`, where customer is the customer to whom the device belongs. If you're using this API for your own organization, use `customers/my_customer`. If you're using this API to manage another organization, use `customers/{customer}`, where customer is the customer to whom the device belongs. |
| filter? | string | Optional. Additional restrictions when fetching list of devices. For a list of search fields, refer to [Mobile device search fields](https://developers.google.com/admin-sdk/directory/v1/search-operators). Multiple search fields are separated by the space character. |
| orderBy? | string | Optional. Order specification for devices in the response. Only one of the following field names may be used to specify the order: `create_time`, `last_sync_time`, `model`, `os_version`, `device_type` and `serial_number`. `desc` may be specified optionally at the end to specify results to be sorted in descending order. Default order is ascending. |
| pageSize? | number | Optional. The maximum number of Devices to return. If unspecified, at most 20 Devices will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
| view? | string | Optional. The view to use for the List request. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn cancel_wipe(customer?: any)
cancel wipe
| Argument | Type | Description |
|---|---|---|
| customer? | any |
fn wipe(customer?: any)
wipe
| Argument | Type | Description |
|---|---|---|
| customer? | any |
Resources
state(infinite)— A Device within the Cloud Identity Devices API. Represents a Device known to ...
@swamp/gcp/cloudidentity/devices-deviceusersv2026.05.25.1devices_deviceusers.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a deviceUsers
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the deviceUsers |
fn delete(identifier: string)
Delete the deviceUsers
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the deviceUsers |
fn sync()
Sync deviceUsers state from GCP
fn list(customer?: string, filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List deviceUsers resources
| Argument | Type | Description |
|---|---|---|
| customer? | string | Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you're using this API for your own organization, use `customers/my_customer` If you're using this API to manage another organization, use `customers/{customer}`, where customer is the customer to whom the device belongs. |
| filter? | string | Optional. Additional restrictions when fetching list of devices. For a list of search fields, refer to [Mobile device search fields](https://developers.google.com/admin-sdk/directory/v1/search-operators). Multiple search fields are separated by the space character. |
| orderBy? | string | Optional. Order specification for devices in the response. |
| pageSize? | number | Optional. The maximum number of DeviceUsers to return. If unspecified, at most 5 DeviceUsers will be returned. The maximum value is 20; values above 20 will be coerced to 20. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn approve(customer?: any)
approve
| Argument | Type | Description |
|---|---|---|
| customer? | any |
fn block(customer?: any)
block
| Argument | Type | Description |
|---|---|---|
| customer? | any |
fn cancel_wipe(customer?: any)
cancel wipe
| Argument | Type | Description |
|---|---|---|
| customer? | any |
fn lookup()
lookup
fn wipe(customer?: any)
wipe
| Argument | Type | Description |
|---|---|---|
| customer? | any |
Resources
state(infinite)— Represents a user's use of a Device in the Cloud Identity Devices API. A Devi...
@swamp/gcp/cloudidentity/devices-deviceusers-clientstatesv2026.05.25.1devices_deviceusers_clientstates.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| assetTags? | array | The caller can specify asset tags for this resource |
| complianceState? | enum | The compliance state of the resource as specified by the API client. |
| createTime? | string | Output only. The time the client state data was created. |
| customId? | string | This field may be used to store a unique identifier for the API resource within which these CustomAttributes are a field. |
| etag? | string | The token that needs to be passed back for concurrency control in updates. Token needs to be passed back in UpdateRequest |
| healthScore? | enum | The Health score of the resource. The Health score is the callers specification of the condition of the device from a usability point of view. For example, a third-party device management provider may specify a health score based on its compliance with organizational policies. |
| keyValuePairs? | record | The map of key-value attributes stored by callers specific to a device. The total serialized length of this map may not exceed 10KB. No limit is placed on the number of attributes in a map. |
| lastUpdateTime? | string | Output only. The time the client state data was last updated. |
| managed? | enum | The management state of the resource as specified by the API client. |
| name? | string | Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the ClientState in format: `devices/{device}/deviceUsers/{device_user}/clientState/{partner}`, where partner corresponds to the partner storing the data. For partners belonging to the \ |
| ownerType? | enum | Output only. The owner of the ClientState |
| scoreReason? | string | A descriptive cause of the health score. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a clientStates
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the clientStates |
fn update()
Update clientStates attributes
fn sync()
Sync clientStates state from GCP
fn list(customer?: string, filter?: string, orderBy?: string, maxPages?: number)
List clientStates resources
| Argument | Type | Description |
|---|---|---|
| customer? | string | Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you're using this API for your own organization, use `customers/my_customer` If you're using this API to manage another organization, use `customers/{customer}`, where customer is the customer to whom the device belongs. |
| filter? | string | Optional. Additional restrictions when fetching list of client states. |
| orderBy? | string | Optional. Order specification for client states in the response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Represents the state associated with an API client calling the Devices API. R...
@swamp/gcp/cloudidentity/groupsv2026.05.25.2groups.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| description? | string | An extended description to help users determine the purpose of a `Group`. Must not be longer than 4,096 characters. |
| displayName? | string | The display name of the `Group`. |
| dynamicGroupMetadata? | object | Dynamic group metadata like queries and status. |
| groupKey? | object | A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional `namespace` or a user without a `namespace`. The combination of `id` and `namespace` must be unique; however, the same `id` can be used with different `namespace`s. |
| labels? | record | Required. One or more label entries that apply to the Group. Labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google Groups can have an additional label with a key of `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an immutable change and the security label cannot be removed once added.** Dynamic groups |
| parent? | string | Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external [identity-mapped groups](https://support.google.com/a/answer/9039510) or `customers/{customer_id}` for Google Groups. The `customer_id` must begin with \ |
| initialGroupConfig? | string | Optional. The initial configuration option for the `Group`. |
fn create()
Create a groups
fn get(identifier: string)
Get a groups
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the groups |
fn update()
Update groups attributes
fn delete(identifier: string)
Delete the groups
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the groups |
fn sync()
Sync groups state from GCP
fn list(pageSize?: number, parent?: string, view?: string, maxPages?: number)
List groups resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | The maximum number of results to return. Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a `next_page_token`. If unspecified, defaults to 200 for `View.BASIC` and to 50 for `View.FULL`. Must not be greater than 1000 for `View.BASIC` or 500 for `View.FULL`. |
| parent? | string | Required. The parent resource under which to list all `Group` resources. Must be of the form `identitysources/{identity_source}` for external- identity-mapped groups or `customers/{customer_id}` for Google Groups. The `customer_id` must begin with \ |
| view? | string | The level of detail to be returned. If unspecified, defaults to `View.BASIC`. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn get_security_settings()
get security settings
fn lookup()
lookup
fn search()
search
fn update_security_settings(memberRestriction?: any, name?: any)
update security settings
| Argument | Type | Description |
|---|---|---|
| memberRestriction? | any | |
| name? | any |
Resources
state(infinite)— A group within the Cloud Identity Groups API. A `Group` is a collection of en...
@swamp/gcp/cloudidentity/groups-membershipsv2026.05.25.1groups_memberships.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| preferredMemberKey? | object | A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional `namespace` or a user without a `namespace`. The combination of `id` and `namespace` must be unique; however, the same `id` can be used with different `namespace`s. |
| roles? | array | The `MembershipRole`s that apply to the `Membership`. If unspecified, defaults to a single `MembershipRole` with `name` `MEMBER`. Must not contain duplicate `MembershipRole`s with the same `name`. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn create()
Create a memberships
fn get(identifier: string)
Get a memberships
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the memberships |
fn delete(identifier: string)
Delete the memberships
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the memberships |
fn sync()
Sync memberships state from GCP
fn list(pageSize?: number, view?: string, maxPages?: number)
List memberships resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | The maximum number of results to return. Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a `next_page_token`. If unspecified, defaults to 200 for `GroupView.BASIC` and to 50 for `GroupView.FULL`. Must not be greater than 1000 for `GroupView.BASIC` or 500 for `GroupView.FULL`. |
| view? | string | The level of detail to be returned. If unspecified, defaults to `View.BASIC`. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn check_transitive_membership()
check transitive membership
fn get_membership_graph()
get membership graph
fn lookup()
lookup
fn modify_membership_roles(addRoles?: any, removeRoles?: any, updateRolesParams?: any)
modify membership roles
| Argument | Type | Description |
|---|---|---|
| addRoles? | any | |
| removeRoles? | any | |
| updateRolesParams? | any |
fn search_direct_groups()
search direct groups
fn search_transitive_groups()
search transitive groups
fn search_transitive_memberships()
search transitive memberships
Resources
state(infinite)— A membership within the Cloud Identity Groups API. A `Membership` defines a r...
@swamp/gcp/cloudidentity/inboundoidcssoprofilesv2026.05.25.2inboundoidcssoprofiles.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| customer? | string | Immutable. The customer. For example: `customers/C0123abc`. |
| displayName? | string | Human-readable name of the OIDC SSO profile. |
| idpConfig? | object | OIDC IDP (identity provider) configuration. |
| rpConfig? | object | OIDC RP (relying party) configuration. |
fn create()
Create a inboundOidcSsoProfiles
fn get(identifier: string)
Get a inboundOidcSsoProfiles
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the inboundOidcSsoProfiles |
fn update()
Update inboundOidcSsoProfiles attributes
fn delete(identifier: string)
Delete the inboundOidcSsoProfiles
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the inboundOidcSsoProfiles |
fn sync()
Sync inboundOidcSsoProfiles state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List inboundOidcSsoProfiles resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | A [Common Expression Language](https://github.com/google/cel-spec) expression to filter the results. The only supported filter is filtering by customer. For example: `customer=="customers/C0123abc"`. Omitting the filter or specifying a filter of `customer=="customers/my_customer"` will return the profiles for the customer that the caller (authenticated user) belongs to. Specifying a filter of `customer==""` will return the global shared OIDC profiles. |
| pageSize? | number | The maximum number of InboundOidcSsoProfiles to return. The service may return fewer than this value. If omitted (or defaulted to zero) the server will use a sensible default. This default may change over time. The maximum allowed value is 100. Requests with page_size greater than that will be silently interpreted as having this maximum value. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— An [OIDC](https://openid.net/developers/how-connect-works/) federation betwee...
@swamp/gcp/cloudidentity/inboundsamlssoprofilesv2026.05.25.2inboundsamlssoprofiles.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| customer? | string | Immutable. The customer. For example: `customers/C0123abc`. |
| displayName? | string | Human-readable name of the SAML SSO profile. |
| idpConfig? | object | SAML IDP (identity provider) configuration. |
| spConfig? | object | SAML SP (service provider) configuration. |
fn create()
Create a inboundSamlSsoProfiles
fn get(identifier: string)
Get a inboundSamlSsoProfiles
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the inboundSamlSsoProfiles |
fn update()
Update inboundSamlSsoProfiles attributes
fn delete(identifier: string)
Delete the inboundSamlSsoProfiles
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the inboundSamlSsoProfiles |
fn sync()
Sync inboundSamlSsoProfiles state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List inboundSamlSsoProfiles resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | A [Common Expression Language](https://github.com/google/cel-spec) expression to filter the results. The only supported filter is filtering by customer. For example: `customer=="customers/C0123abc"`. Omitting the filter or specifying a filter of `customer=="customers/my_customer"` will return the profiles for the customer that the caller (authenticated user) belongs to. |
| pageSize? | number | The maximum number of InboundSamlSsoProfiles to return. The service may return fewer than this value. If omitted (or defaulted to zero) the server will use a sensible default. This default may change over time. The maximum allowed value is 100. Requests with page_size greater than that will be silently interpreted as having this maximum value. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— A [SAML 2.0](https://www.oasis-open.org/standards#samlv2.0) federation betwee...
@swamp/gcp/cloudidentity/inboundsamlssoprofiles-idpcredentialsv2026.05.25.1inboundsamlssoprofiles_idpcredentials.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a idpCredentials
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the idpCredentials |
fn delete(identifier: string)
Delete the idpCredentials
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the idpCredentials |
fn sync()
Sync idpCredentials state from GCP
fn list(pageSize?: number, maxPages?: number)
List idpCredentials resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | The maximum number of `IdpCredential`s to return. The service may return fewer than this value. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn add(pemData?: any)
add
| Argument | Type | Description |
|---|---|---|
| pemData? | any |
Resources
state(infinite)— Credential for verifying signatures produced by the Identity Provider.
@swamp/gcp/cloudidentity/inboundssoassignmentsv2026.05.25.2inboundssoassignments.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| customer? | string | Immutable. The customer. For example: `customers/C0123abc`. |
| oidcSsoInfo? | object | Details that are applicable when `sso_mode` is set to `OIDC_SSO`. |
| rank? | number | Must be zero (which is the default value so it can be omitted) for assignments with `target_org_unit` set and must be greater-than-or-equal-to one for assignments with `target_group` set. |
| samlSsoInfo? | object | Details that are applicable when `sso_mode` == `SAML_SSO`. |
| signInBehavior? | object | Controls sign-in behavior. |
| ssoMode? | enum | Inbound SSO behavior. |
| targetGroup? | string | Immutable. Must be of the form `groups/{group}`. |
| targetOrgUnit? | string | Immutable. Must be of the form `orgUnits/{org_unit}`. |
fn create()
Create a inboundSsoAssignments
fn get(identifier: string)
Get a inboundSsoAssignments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the inboundSsoAssignments |
fn update()
Update inboundSsoAssignments attributes
fn delete(identifier: string)
Delete the inboundSsoAssignments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the inboundSsoAssignments |
fn sync()
Sync inboundSsoAssignments state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List inboundSsoAssignments resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | A CEL expression to filter the results. The only supported filter is filtering by customer. For example: `customer==customers/C0123abc`. Omitting the filter or specifying a filter of `customer==customers/my_customer` will return the assignments for the customer that the caller (authenticated user) belongs to. |
| pageSize? | number | The maximum number of assignments to return. The service may return fewer than this value. If omitted (or defaulted to zero) the server will use a sensible default. This default may change over time. The maximum allowed value is 100, though requests with page_size greater than that will be silently interpreted as having this maximum value. This may increase in the futue. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Targets with "set" SSO assignments and their respective assignments.
@swamp/gcp/cloudidentity/policiesv2026.06.03.1policies.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| customer? | string | Immutable. Customer that the Policy belongs to. The value is in the format 'customers/{customerId}'. The `customerId` must begin with \ |
| policyQuery? | object | PolicyQuery |
| setting? | object | Setting |
fn create()
Create a policies
fn get(identifier: string)
Get a policies
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the policies |
fn update()
Update policies attributes
fn delete(identifier: string)
Delete the policies
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the policies |
fn sync()
Sync policies state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List policies resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. A CEL expression for filtering the results. Policies can be filtered using the expression in the following ways: - Filter by application: `setting.type.matches('^settings/gmail\\\\..*$')` - Filter by setting type: `setting.type.matches('^.*\\\\.service_status$')` - Filter by customer: `customer == \ |
| pageSize? | number | Optional. The maximum number of results to return. The service can return fewer than this number. If omitted or set to `0`, the default is `50` results per page. The maximum allowed value is `100`. `page_size` values greater than `100` default to `100`. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— A Policy resource binds an instance of a single Setting with the scope of a P...
04Previous Versions
2026.05.27.1May 27, 2026
- Updated: policies
2026.05.26.1May 26, 2026
- Updated: policies
Modified 1 models
2026.05.25.2May 25, 2026
- Updated: devices, groups, inboundoidcssoprofiles, inboundsamlssoprofiles, inboundssoassignments, policies
Modified 11 models
2026.05.24.1May 24, 2026
- Updated: customers_userinvitations, devices, devices_deviceusers, devices_deviceusers_clientstates, groups, groups_memberships, inboundoidcssoprofiles, inboundsamlssoprofiles, inboundsamlssoprofiles_idpcredentials, inboundssoassignments, policies
2026.05.21.2May 21, 2026
2026.05.21.1May 21, 2026
2026.05.20.1May 20, 2026
- Updated: policies
Modified 1 models
2026.05.19.2May 19, 2026
Modified 1 models
2026.05.19.1May 19, 2026
2026.05.18.2May 18, 2026
2026.05.15.1May 15, 2026
- Updated: policies
Modified 1 models
2026.04.23.1Apr 23, 2026
2026.04.03.3Apr 3, 2026
- Updated: customers_userinvitations, devices, devices_deviceusers, devices_deviceusers_clientstates, groups, groups_memberships, inboundoidcssoprofiles, inboundsamlssoprofiles, inboundsamlssoprofiles_idpcredentials, inboundssoassignments, policies
2026.04.03.1Apr 3, 2026
- Updated: customers_userinvitations, devices, devices_deviceusers, devices_deviceusers_clientstates, groups, groups_memberships, inboundoidcssoprofiles, inboundsamlssoprofiles, inboundsamlssoprofiles_idpcredentials, inboundssoassignments, policies
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
- Added: customers_userinvitations, devices, devices_deviceusers, devices_deviceusers_clientstates, groups, groups_memberships, inboundoidcssoprofiles, inboundsamlssoprofiles, inboundsamlssoprofiles_idpcredentials, inboundssoassignments, policies
05Stats
A
100 / 100
Downloads
5
Archive size
113.7 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels