You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**client_metadata** | **map[string]str** | Arbitrary key-value pairs, if any were included in the corresponding access request item | [optional]
39
39
**requested_accounts** | [**[]RequestedAccountRef**](requested-account-ref) | The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources. | [optional]
40
+
**privilege_level** | **str** | The privilege level of the requested access item, if applicable. | [optional]
client_metadata: Optional[Dict[str, StrictStr]] =Field(default=None, description="Arbitrary key-value pairs, if any were included in the corresponding access request item", alias="clientMetadata")
61
61
requested_accounts: Optional[List[RequestedAccountRef]] =Field(default=None, description="The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources.", alias="requestedAccounts")
privilege_level: Optional[StrictStr] =Field(default=None, description="The privilege level of the requested access item, if applicable.", alias="privilegeLevel")
**client_metadata** | **map[string]str** | Arbitrary key-value pairs, if any were included in the corresponding access request item | [optional]
40
40
**requested_accounts** | [**[]RequestedAccountRef**](requested-account-ref) | The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources. | [optional]
41
+
**privilege_level** | **str** | The privilege level of the requested access item, if applicable. | [optional]
client_metadata: Optional[Dict[str, StrictStr]] =Field(default=None, description="Arbitrary key-value pairs, if any were included in the corresponding access request item", alias="clientMetadata")
62
62
requested_accounts: Optional[List[RequestedAccountRef]] =Field(default=None, description="The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources.", alias="requestedAccounts")
privilege_level: Optional[StrictStr] =Field(default=None, description="The privilege level of the requested access item, if applicable.", alias="privilegeLevel")
**client_metadata** | **map[string]str** | Arbitrary key-value pairs, if any were included in the corresponding access request item | [optional]
40
40
**requested_accounts** | [**[]RequestedAccountRef**](requested-account-ref) | The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources. | [optional]
41
+
**privilege_level** | **str** | The privilege level of the requested access item, if applicable. | [optional]
client_metadata: Optional[Dict[str, StrictStr]] =Field(default=None, description="Arbitrary key-value pairs, if any were included in the corresponding access request item", alias="clientMetadata")
62
62
requested_accounts: Optional[List[RequestedAccountRef]] =Field(default=None, description="The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources.", alias="requestedAccounts")
privilege_level: Optional[StrictStr] =Field(default=None, description="The privilege level of the requested access item, if applicable.", alias="privilegeLevel")
**client_metadata** | **map[string]str** | Arbitrary key-value pairs, if any were included in the corresponding access request item | [optional]
40
40
**requested_accounts** | [**[]RequestedAccountRef**](requested-account-ref) | The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources. | [optional]
41
+
**privilege_level** | **str** | The privilege level of the requested access item, if applicable. | [optional]
0 commit comments