/AWS1/CL_RSHAUTHNTCTNPROFILE¶
Describes an authentication profile.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_authenticationprofilename TYPE /AWS1/RSHAUTHNTCTNPFLNAMESTR /AWS1/RSHAUTHNTCTNPFLNAMESTR¶
The name of the authentication profile.
iv_authntctnprofilecontent TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
Queryable Attributes¶
AuthenticationProfileName¶
The name of the authentication profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHNTCTNPROFILENAME() |
Getter for AUTHENTICATIONPROFILENAME, with configurable defa |
ASK_AUTHNTCTNPROFILENAME() |
Getter for AUTHENTICATIONPROFILENAME w/ exceptions if field |
HAS_AUTHNTCTNPROFILENAME() |
Determine if AUTHENTICATIONPROFILENAME has a value |
AuthenticationProfileContent¶
The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHNTCTNPROFILECONTENT() |
Getter for AUTHENTICATIONPROFILECONTENT, with configurable d |
ASK_AUTHNTCTNPROFILECONTENT() |
Getter for AUTHENTICATIONPROFILECONTENT w/ exceptions if fie |
HAS_AUTHNTCTNPROFILECONTENT() |
Determine if AUTHENTICATIONPROFILECONTENT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTHENTICATIONPROFILELIST¶
TYPES TT_AUTHENTICATIONPROFILELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RSHAUTHNTCTNPROFILE WITH DEFAULT KEY
.