array.pure¶
api¶
| scopable | False | 
| required | True | 
| default | None | 
| scope order | specific > generic | 
The array rest api url.
api¶
| scopable | False | 
| required | True | 
| default | None | 
| scope order | specific > generic | 
The array rest api url.
api¶
| scopable | False | 
| required | True | 
| default | None | 
| scope order | specific > generic | 
The array rest api url.
api¶
| scopable | False | 
| required | True | 
| default | None | 
| scope order | specific > generic | 
The array rest api url.
api¶
| scopable | False | 
| required | True | 
| default | None | 
| scope order | specific > generic | 
The array rest api url.
client_id¶
| scopable | False | 
| required | True | 
| default | None | 
| scope order | specific > generic | 
The client id to use as the aud key in the payload of the login jwt.
insecure¶
| scopable | False | 
| required | False | 
| default | False | 
| scope order | specific > generic | 
| convert | boolean | 
Disable secure socket verification
issuer¶
| scopable | False | 
| required | False | 
| default | <same as username> | 
| scope order | specific > generic | 
The issuer to use as the iss key in the payload of the login jwtusername.
key_id¶
| scopable | False | 
| required | True | 
| default | None | 
| scope order | specific > generic | 
The key id to use as the kid key in the header of the login jwt.
schedule¶
| scopable | False | 
| required | False | 
| default | None | 
| scope order | specific > generic | 
Schedule parameter for the pushpure node action. See usr/share/doc/schedule for the schedule syntax.
secret¶
| scopable | False | 
| required | True | 
| default | None | 
| scope order | specific > generic | 
The secret to use to store the information required to create the login jwt, expressed as a <path> reference to a secret. The secret must be in the system namespace and must have the following keys: private_key.
username¶
| scopable | False | 
| required | True | 
| default | None | 
| scope order | specific > generic | 
The username to use as the sub key in the payload of the login jwt.