Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: 'While the first part is required to make sure the API call is accepted and correct using –H
as a statement for the headers, the second part simply states the actual creation of the group with the accompanying details.'
A block of code is set as follows:
{ "id": "00g1emaKYZTWRYYRRTSK", "created": "2015-02-06T10:11:28.000Z", "lastUpdated": "2015-10-05T19:16:43.000Z", "lastMembershipUpdated": "2015-11-28T19:15:32.000Z", "objectClass": [ "okta:user_group" ], "type": "OKTA_GROUP", "profile": { "name": "West Coast Users", "description": "All Users West of The Rockies" },
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: 'To create a new token, click the Create Token button.'
Tips or important notes
Appear like this.