ProfileRequest
- Print
- PDF
ProfileRequest
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a data type required when creating and editing a domain (profile).
Syntax
The syntax is as follows.
public class ProfileRequest {
private Long policyId;
private String name;
private Boolean claYn;
private Long ttl;
}
Field
The following describes the fields.
ProfileRequest
Field | Type | Required | Description |
---|---|---|---|
policyId | Long | - | Policy ID |
name | String | - | Domain (profile) name |
claYn | Boolean | - | Cloud Log Analytics usage status
|
ttl | Long | - | Domain (profile) TTL |
Was this article helpful?