public class PostureManagement
extends com.ibm.cloud.sdk.core.service.BaseService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_SERVICE_NAME |
| Constructor and Description |
|---|
PostureManagement(java.lang.String serviceName,
com.ibm.cloud.sdk.core.security.Authenticator authenticator)
Constructs an instance of the `PostureManagement` client.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.cloud.sdk.core.http.ServiceCall<Result> |
createValidation(CreateValidationOptions createValidationOptions)
Initiate a validations scan.
|
com.ibm.cloud.sdk.core.http.ServiceCall<ProfilesList> |
listProfiles(ListProfilesOptions listProfilesOptions)
List profiles.
|
com.ibm.cloud.sdk.core.http.ServiceCall<ScopesList> |
listScopes(ListScopesOptions listScopesOptions)
List scopes.
|
static PostureManagement |
newInstance()
Class method which constructs an instance of the `PostureManagement` client.
|
static PostureManagement |
newInstance(java.lang.String serviceName)
Class method which constructs an instance of the `PostureManagement` client.
|
configureClient, configureService, constructServiceUrl, constructServiceURL, disableRetries, enableGzipCompression, enableRetries, getAuthenticator, getClient, getDefaultHeaders, getEndPoint, getName, getServiceUrl, isJsonMimeType, isJsonPatchMimeType, setClient, setDefaultHeaders, setEndPoint, setServiceUrl, toStringpublic static final java.lang.String DEFAULT_SERVICE_NAME
public PostureManagement(java.lang.String serviceName,
com.ibm.cloud.sdk.core.security.Authenticator authenticator)
serviceName - the service name to be used when configuring the client instanceauthenticator - the Authenticator instance to be configured for this clientpublic static PostureManagement newInstance()
public static PostureManagement newInstance(java.lang.String serviceName)
serviceName - the service name to be used when configuring the client instancepublic com.ibm.cloud.sdk.core.http.ServiceCall<Result> createValidation(CreateValidationOptions createValidationOptions)
createValidationOptions - the CreateValidationOptions containing the options for the callServiceCall with a result of type Resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<ProfilesList> listProfiles(ListProfilesOptions listProfilesOptions)
listProfilesOptions - the ListProfilesOptions containing the options for the callServiceCall with a result of type ProfilesListpublic com.ibm.cloud.sdk.core.http.ServiceCall<ScopesList> listScopes(ListScopesOptions listScopesOptions)
listScopesOptions - the ListScopesOptions containing the options for the callServiceCall with a result of type ScopesListCopyright © 2022 IBM Cloud Platform Services. All rights reserved.