{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/a33ad213-9e0a-310c-bc83-54b500237a80","info":{"version":"1.0.0","title":"Cisco Secure Access S3 Bucket Key Rotation API","description":"Refresh the Cisco-managed S3 bucket key in the Secure Access organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"S3 Bucket Key Rotation"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/admin/s3-key-rotation-overview.md","uri":"secure-access-api-reference-s3-key-rotation-overview"}},"openapi":"3.0.2","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"admin/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"admin.iam:write":"Write the Cisco-managed S3 bucket key."}}}}}},"spec":{"type":"object","description":"The properties of the refreshed Cisco-managed S3 bucket key.","required":["oldKeyId","currentKeyId","secretAccessKey","keyCreationDate"],"properties":{"oldKeyId":{"type":"string","description":"The previous ID of the Cisco-managed S3 bucket key.","example":"AKIAYGSCHXQI2NAWY4UZ"},"currentKeyId":{"type":"string","description":"The ID of the Cisco-managed S3 bucket key.","example":"AKIARB5FPGFNZR3BZAXN"},"secretAccessKey":{"type":"string","description":"The secret for the Cisco-managed S3 bucket key.","example":"wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY"},"keyCreationDate":{"type":"string","format":"date-time","readOnly":true,"description":"The date and time (ISO 8601-formatted timestamp) when the system created the Cisco-managed S3 bucket key.","example":"2025-03-12T22:00:00"}},"example":{"oldKeyId":"AKIAYGSCHXQI2NAWY4UZ","currentKeyId":"AKIARB5FPGFNZR3BZAXN","secretAccessKey":"wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY","keyCreationDate":"2025-03-12T22:00:00"},"$$ref":"#/components/schemas/KeyRotation","title":"KeyRotation"}}